Class: TheCompaniesAPI::Generated::Responses::ToggleCompaniesInListResponse
- Inherits:
-
Object
- Object
- TheCompaniesAPI::Generated::Responses::ToggleCompaniesInListResponse
- Defined in:
- lib/thecompaniesapi/generated/responses/toggle_companies_in_list_response.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Response data.
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ToggleCompaniesInListResponse
constructor
Initialize a new ToggleCompaniesInListResponse.
Constructor Details
#initialize(data = nil) ⇒ ToggleCompaniesInListResponse
Initialize a new ToggleCompaniesInListResponse
19 20 21 |
# File 'lib/thecompaniesapi/generated/responses/toggle_companies_in_list_response.rb', line 19 def initialize(data = nil) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns Response data.
13 14 15 |
# File 'lib/thecompaniesapi/generated/responses/toggle_companies_in_list_response.rb', line 13 def data @data end |