Class: MyJohnDeereApi::Model::AssetLocation

Inherits:
Base
  • Object
show all
Defined in:
lib/my_john_deere_api/model/asset_location.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #id, #links, #record, #record_type

Method Summary

Methods inherited from Base

#accessor, #initialize

Constructor Details

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

Instance Attribute Details

#geometryObject (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_dataObject (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

#timestampObject (readonly)

Returns the value of attribute timestamp.



5
6
7
# File 'lib/my_john_deere_api/model/asset_location.rb', line 5

def timestamp
  @timestamp
end