Class: Tikkie::Api::V1::Responses::Platforms
- Includes:
- Enumerable
- Defined in:
- lib/tikkie/api/v1/responses/platforms.rb
Overview
Response when requesting platforms (list).
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#error?, #errors, #initialize, #response_code, #success?, #trace_id
Constructor Details
This class inherits a constructor from Tikkie::Api::V1::Responses::Base
Instance Method Details
#each(&block) ⇒ Object
11 12 13 |
# File 'lib/tikkie/api/v1/responses/platforms.rb', line 11 def each(&block) platforms.each(&block) end |