Printfection/printfection-ruby

View on GitHub
lib/printfection/size.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Printfection
  class Size < Resource
    property :id, transform_with: Transforms::Integer
    property :name
    property :short_name

    property :stock
    coerce_key :stock, Hashie::Mash
  end
end