Class: Workarea::Packaging::Package
- Inherits:
-
Struct
- Object
- Struct
- Workarea::Packaging::Package
- Defined in:
- app/services/workarea/packaging.rb
Instance Attribute Summary collapse
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#value ⇒ Object
Returns the value of attribute value.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#dimensions ⇒ Object
Returns the value of attribute dimensions
10 11 12 |
# File 'app/services/workarea/packaging.rb', line 10 def dimensions @dimensions end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'app/services/workarea/packaging.rb', line 10 def value @value end |
#weight ⇒ Object
Returns the value of attribute weight
10 11 12 |
# File 'app/services/workarea/packaging.rb', line 10 def weight @weight end |