Class: ONEAccess::Response::ProductGroupsResponse
- Inherits:
-
Object
- Object
- ONEAccess::Response::ProductGroupsResponse
- Extended by:
- Serializable
- Defined in:
- lib/oneaccess/response/product_groups_response.rb
Instance Attribute Summary collapse
-
#api_status_code ⇒ Object
Returns the value of attribute api_status_code.
-
#data ⇒ Object
Returns the value of attribute data.
-
#has_more_records ⇒ Object
(also: #has_more_records?, #more_records?)
Returns the value of attribute has_more_records.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Method Summary
Methods included from Serializable
Instance Attribute Details
#api_status_code ⇒ Object
Returns the value of attribute api_status_code.
11 12 13 |
# File 'lib/oneaccess/response/product_groups_response.rb', line 11 def api_status_code @api_status_code end |
#data ⇒ Object
Returns the value of attribute data.
14 15 16 |
# File 'lib/oneaccess/response/product_groups_response.rb', line 14 def data @data end |
#has_more_records ⇒ Object Also known as: has_more_records?, more_records?
Returns the value of attribute has_more_records.
13 14 15 |
# File 'lib/oneaccess/response/product_groups_response.rb', line 13 def has_more_records @has_more_records end |
#total_count ⇒ Object
Returns the value of attribute total_count.
12 13 14 |
# File 'lib/oneaccess/response/product_groups_response.rb', line 12 def total_count @total_count end |