class Product
- Product
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
models/product.crConstructors
Instance Method Summary
- #cm : CM
- #cm=(cm : CM)
- #id
- #image : String
- #image=(image : String)
- #monthly : Bool | Nil
- #monthly=(monthly : Bool | Nil)
- #name : String
- #name=(name : String)
- #price : Int64
- #price=(price : Int64)
- #srp : Int64 | Nil
- #srp=(srp : Int64 | Nil)
- #to_json(json : JSON::Builder)
- #type : String | Nil
- #type=(type : String | Nil)
- #url
- #url=(url : String | Nil)