Class: Uber::RequestError

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/request.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#codeObject

Returns the value of attribute code.



50
51
52
# File 'lib/uber/models/request.rb', line 50

def code
  @code
end

#statusObject

Returns the value of attribute status.



50
51
52
# File 'lib/uber/models/request.rb', line 50

def status
  @status
end

#titleObject

Returns the value of attribute title.



50
51
52
# File 'lib/uber/models/request.rb', line 50

def title
  @title
end