Class: PriceHistoryParams
- Inherits:
-
ParamsBase
- Object
- ParamsBase
- PriceHistoryParams
- Defined in:
- lib/models.rb
Instance Attribute Summary collapse
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#storeId ⇒ Object
Returns the value of attribute storeId.
Method Summary
Methods inherited from ParamsBase
Constructor Details
This class inherits a constructor from ParamsBase
Instance Attribute Details
#countryCode ⇒ Object
Returns the value of attribute countryCode.
35 36 37 |
# File 'lib/models.rb', line 35 def countryCode @countryCode end |
#storeId ⇒ Object
Returns the value of attribute storeId.
35 36 37 |
# File 'lib/models.rb', line 35 def storeId @storeId end |