Class: MyJohnDeere::MapLegendItem
- Inherits:
-
APISupportItem
- Object
- APISupportItem
- MyJohnDeere::MapLegendItem
- Defined in:
- lib/myjohndeere/map_legend_item.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ MapLegendItem
constructor
see attributes_to_pull_from_json for the order if creating yourself.
Methods inherited from APISupportItem
Methods included from JSONAttributes
Constructor Details
#initialize(*args) ⇒ MapLegendItem
see attributes_to_pull_from_json for the order if creating yourself
6 7 8 |
# File 'lib/myjohndeere/map_legend_item.rb', line 6 def initialize(*args) super(args) end |