Class: EveCrest::Response::Opportunities::Task

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/responses/opportunities/task.rb

Instance Attribute Summary

Attributes inherited from BaseResponse

#data

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

#descriptionObject



8
9
10
# File 'lib/responses/opportunities/task.rb', line 8

def description
  data['description']
end

#nameObject



5
6
7
# File 'lib/responses/opportunities/task.rb', line 5

def name
  data['name']
end