Class: Workarea::Packaging::Package

Inherits:
Struct
  • Object
show all
Defined in:
app/services/workarea/packaging.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsObject

Returns the value of attribute dimensions

Returns:

  • (Object)

    the current value of dimensions



10
11
12
# File 'app/services/workarea/packaging.rb', line 10

def dimensions
  @dimensions
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'app/services/workarea/packaging.rb', line 10

def value
  @value
end

#weightObject

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



10
11
12
# File 'app/services/workarea/packaging.rb', line 10

def weight
  @weight
end