Class: MyJohnDeereApi::Model::AssetLocation
- Defined in:
- lib/my_john_deere_api/model/asset_location.rb
Instance Attribute Summary collapse
-
#geometry ⇒ Object
readonly
Returns the value of attribute geometry.
-
#measurement_data ⇒ Object
readonly
Returns the value of attribute measurement_data.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
Attributes inherited from Base
#client, #id, #links, #record_type
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MyJohnDeereApi::Model::Base
Instance Attribute Details
#geometry ⇒ Object (readonly)
Returns the value of attribute geometry.
5 6 7 |
# File 'lib/my_john_deere_api/model/asset_location.rb', line 5 def geometry @geometry end |
#measurement_data ⇒ Object (readonly)
Returns the value of attribute measurement_data.
5 6 7 |
# File 'lib/my_john_deere_api/model/asset_location.rb', line 5 def measurement_data @measurement_data end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp.
5 6 7 |
# File 'lib/my_john_deere_api/model/asset_location.rb', line 5 def @timestamp end |