Class: ChannelAdvisor::OrderServiceSOAP::TransactionNoteSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::OrderServiceSOAP::TransactionNoteSubmit
- Defined in:
- lib/channel_advisor/order_service/types.rb
Overview
/TransactionNoteSubmit
note - SOAP::SOAPString
shouldOverwrite - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#note ⇒ Object
Returns the value of attribute note.
-
#shouldOverwrite ⇒ Object
Returns the value of attribute shouldOverwrite.
Instance Method Summary collapse
-
#initialize(note = nil, shouldOverwrite = nil) ⇒ TransactionNoteSubmit
constructor
A new instance of TransactionNoteSubmit.
Constructor Details
#initialize(note = nil, shouldOverwrite = nil) ⇒ TransactionNoteSubmit
Returns a new instance of TransactionNoteSubmit.
199 200 201 202 |
# File 'lib/channel_advisor/order_service/types.rb', line 199 def initialize(note = nil, shouldOverwrite = nil) @note = note @shouldOverwrite = shouldOverwrite end |
Instance Attribute Details
#note ⇒ Object
Returns the value of attribute note.
196 197 198 |
# File 'lib/channel_advisor/order_service/types.rb', line 196 def note @note end |
#shouldOverwrite ⇒ Object
Returns the value of attribute shouldOverwrite.
197 198 199 |
# File 'lib/channel_advisor/order_service/types.rb', line 197 def shouldOverwrite @shouldOverwrite end |