Class: Akeneo::MeasureFamilyService
- Inherits:
-
ServiceBase
- Object
- ServiceBase
- Akeneo::MeasureFamilyService
- Defined in:
- lib/akeneo/measure_family_service.rb
Constant Summary
Constants inherited from ServiceBase
ServiceBase::API_VERSION, ServiceBase::DEFAULT_PAGINATION_LIMIT, ServiceBase::DEFAULT_PAGINATION_TYPE
Constants included from Cache
Instance Method Summary collapse
Methods inherited from ServiceBase
Methods included from Cache
disabled=, #get_request, prepended
Constructor Details
This class inherits a constructor from Akeneo::ServiceBase
Instance Method Details
#find(code) ⇒ Object
7 8 9 10 11 |
# File 'lib/akeneo/measure_family_service.rb', line 7 def find(code) response = get_request("/measure-families/#{code}") response.parsed_response if response.success? end |