Class: ONEAccess::Response::ProductGroupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/response/product_groups_response.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#api_status_codeObject

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

#dataObject

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_recordsObject 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_countObject

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