Class: Viglink::MerchantResults
- Inherits:
-
Struct
- Object
- Struct
- Viglink::MerchantResults
- Defined in:
- lib/viglink/merchant.rb
Instance Attribute Summary collapse
-
#merchants ⇒ Object
Returns the value of attribute merchants.
-
#page ⇒ Object
Returns the value of attribute page.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Instance Attribute Details
#merchants ⇒ Object
Returns the value of attribute merchants
66 67 68 |
# File 'lib/viglink/merchant.rb', line 66 def merchants @merchants end |
#page ⇒ Object
Returns the value of attribute page
66 67 68 |
# File 'lib/viglink/merchant.rb', line 66 def page @page end |
#total_pages ⇒ Object
Returns the value of attribute total_pages
66 67 68 |
# File 'lib/viglink/merchant.rb', line 66 def total_pages @total_pages end |