Class: Uber::Place

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/place.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

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/uber/models/place.rb', line 3

def address
  @address
end