Class: FantasticRobot::Model::Attachment::Location

Inherits:
Base
  • Object
show all
Defined in:
lib/fantastic_robot/model/attachment/location.rb

Overview

This object represents a point on the map.

Constant Summary

Constants inherited from Base

Base::FIELD_CONVERSIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#get_file

Methods inherited from Base

#attributes, #initialize, #to_h

Constructor Details

This class inherits a constructor from FantasticRobot::Model::Base

Instance Attribute Details

#latitudeObject

Returns the value of attribute latitude.



4
5
6
# File 'lib/fantastic_robot/model/attachment/location.rb', line 4

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



4
5
6
# File 'lib/fantastic_robot/model/attachment/location.rb', line 4

def longitude
  @longitude
end