Class: FreightKit::Label
Overview
Class representing a shipping option with estimated price.
Instance Attribute Summary collapse
-
#data ⇒ String
The label image data.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from FreightKit::Model
Instance Attribute Details
#data ⇒ String
The label image data.
10 11 12 |
# File 'lib/freight_kit/models/label.rb', line 10 class Label < Model attr_accessor :data end |