Class: Etapper::API::CartParent

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceCartParent

name - SOAP::SOAPString
ref - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

Returns the value of attribute name.



1680
1681
1682
# File 'lib/etapper/api/service.rb', line 1680

def name
  @name
end

#refObject

Returns the value of attribute ref.



1681
1682
1683
# File 'lib/etapper/api/service.rb', line 1681

def ref
  @ref
end