Class: EveCrest::Response::Opportunities::Task
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- EveCrest::Response::Opportunities::Task
- Defined in:
- lib/responses/opportunities/task.rb
Instance Attribute Summary
Attributes inherited from BaseResponse
Instance Method Summary collapse
Methods inherited from BaseResponse
#cached_until, #error_message, #initialize, #raw, #success?
Constructor Details
This class inherits a constructor from EveCrest::BaseResponse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/responses/opportunities/task.rb', line 8 def description data['description'] end |
#name ⇒ Object
5 6 7 |
# File 'lib/responses/opportunities/task.rb', line 5 def name data['name'] end |