Sha256: 098129f269ea1b02b1ac8a3f84f6b5d60c8b4dbb8daea4d153cb34f9c3b75794
Contents?: true
Size: 280 Bytes
Versions: 23
Compression:
Stored size: 280 Bytes
Contents
module MyJohnDeere class MapLegendItem < APISupportItem attributes_to_pull_from_json(:label, :minimum, :maximum, :hexColor, :percent) # see attributes_to_pull_from_json for the order if creating yourself def initialize(*args) super(args) end end end
Version data entries
23 entries across 23 versions & 1 rubygems