Class: DroneApi::Buildings::Create::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/drone_api/buildings/create.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def address
  @address
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def city
  @city
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def client_id
  @client_id
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def country
  @country
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def longitude
  @longitude
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def name
  @name
end

#original_building_idObject

Returns the value of attribute original_building_id

Returns:

  • (Object)

    the current value of original_building_id



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def original_building_id
  @original_building_id
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def state
  @state
end

#zipcodeObject

Returns the value of attribute zipcode

Returns:

  • (Object)

    the current value of zipcode



3
4
5
# File 'lib/drone_api/buildings/create.rb', line 3

def zipcode
  @zipcode
end