Class: TheCompaniesAPI::Generated::Responses::UpdateTeamResponse
- Inherits:
-
Object
- Object
- TheCompaniesAPI::Generated::Responses::UpdateTeamResponse
- Defined in:
- lib/thecompaniesapi/generated/responses/update_team_response.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Response data.
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UpdateTeamResponse
constructor
Initialize a new UpdateTeamResponse.
Constructor Details
#initialize(data = nil) ⇒ UpdateTeamResponse
Initialize a new UpdateTeamResponse
19 20 21 |
# File 'lib/thecompaniesapi/generated/responses/update_team_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/update_team_response.rb', line 13 def data @data end |