Class: Etapper::API::CartParent
- Inherits:
-
Object
- Object
- Etapper::API::CartParent
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Method Summary collapse
-
#initialize(name = nil, ref = nil) ⇒ CartParent
constructor
A new instance of CartParent.
Constructor Details
#initialize(name = nil, ref = nil) ⇒ CartParent
Returns a new instance of CartParent.
1683 1684 1685 1686 |
# File 'lib/etapper/api/service.rb', line 1683 def initialize(name = nil, ref = nil) @name = name @ref = ref end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
1680 1681 1682 |
# File 'lib/etapper/api/service.rb', line 1680 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref.
1681 1682 1683 |
# File 'lib/etapper/api/service.rb', line 1681 def ref @ref end |