Class: Etapper::API::Cash
- Inherits:
-
Object
- Object
- Etapper::API::Cash
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceCash
note - SOAP::SOAPString
Instance Attribute Summary collapse
-
#note ⇒ Object
Returns the value of attribute note.
Instance Method Summary collapse
-
#initialize(note = nil) ⇒ Cash
constructor
A new instance of Cash.
Constructor Details
#initialize(note = nil) ⇒ Cash
Returns a new instance of Cash.
474 475 476 |
# File 'lib/etapper/api/service.rb', line 474 def initialize(note = nil) @note = note end |
Instance Attribute Details
#note ⇒ Object
Returns the value of attribute note.
472 473 474 |
# File 'lib/etapper/api/service.rb', line 472 def note @note end |