Module: Brickset::Api::Set::Order::Types
- Defined in:
- lib/brickset/api/set.rb
Constant Summary collapse
- NUMBER =
'number'- NAME =
'name'- THEME =
'theme'- PIECES =
'pieces'- RATING =
'rating'- SUBTHEME =
'subtheme'- MINIFIGS =
'minifigs'- YEAR_FROM =
'yearfrom'- RETAIL_PRICE_UK =
'ukretailprice'- RETAIL_PRICE_US =
'usretailprice'- RETAIL_PRICE_CA =
'caretailprice'- RETAIL_PRICE_EU =
'euretailprice'- RANDOM =
'random'- ALL =
constants(false).map { |constant| const_get(constant) }