Class: BBMB::Model::Order::Info
- Inherits:
-
Object
- Object
- BBMB::Model::Order::Info
- Includes:
- Util::Numbers
- Defined in:
- lib/bbmb/model/order.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#ean13 ⇒ Object
Returns the value of attribute ean13.
-
#pcode ⇒ Object
Returns the value of attribute pcode.
Method Summary
Methods included from Util::Numbers
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
13 14 15 |
# File 'lib/bbmb/model/order.rb', line 13 def description @description end |
#ean13 ⇒ Object
Returns the value of attribute ean13.
13 14 15 |
# File 'lib/bbmb/model/order.rb', line 13 def ean13 @ean13 end |
#pcode ⇒ Object
Returns the value of attribute pcode.
13 14 15 |
# File 'lib/bbmb/model/order.rb', line 13 def pcode @pcode end |