Class: DroneApi::Buildings::Create::Params
- Inherits:
-
Struct
- Object
- Struct
- DroneApi::Buildings::Create::Params
- Defined in:
- lib/drone_api/buildings/create.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#country ⇒ Object
Returns the value of attribute country.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#original_building_id ⇒ Object
Returns the value of attribute original_building_id.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zipcode ⇒ Object
Returns the value of attribute zipcode.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def address @address end |
#city ⇒ Object
Returns the value of attribute city
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def city @city end |
#client_id ⇒ Object
Returns the value of attribute client_id
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def client_id @client_id end |
#country ⇒ Object
Returns the value of attribute country
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def country @country end |
#latitude ⇒ Object
Returns the value of attribute latitude
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def name @name end |
#original_building_id ⇒ Object
Returns the value of attribute original_building_id
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def original_building_id @original_building_id end |
#state ⇒ Object
Returns the value of attribute state
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def state @state end |
#zipcode ⇒ Object
Returns the value of attribute zipcode
3 4 5 |
# File 'lib/drone_api/buildings/create.rb', line 3 def zipcode @zipcode end |