Class: FreightKit::Label

Inherits:
Model
  • Object
show all
Defined in:
lib/freight_kit/models/label.rb

Overview

Class representing a shipping option with estimated price.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes, #initialize

Constructor Details

This class inherits a constructor from FreightKit::Model

Instance Attribute Details

#dataString

The label image data.

Returns:

  • (String)


10
11
12
# File 'lib/freight_kit/models/label.rb', line 10

class Label < Model
  attr_accessor :data
end