Class: Tikkie::Api::Responses::Platforms

Inherits:
Base
  • Object
show all
Includes:
Enumerable
Defined in:
lib/tikkie/api/responses/platforms.rb

Overview

Response when requesting platforms (list).

Instance Attribute Summary

Attributes inherited from Base

#data, #response

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::Responses::Base

Instance Method Details

#each(&block) ⇒ Object



10
11
12
# File 'lib/tikkie/api/responses/platforms.rb', line 10

def each(&block)
  platforms.each(&block)
end