Class: AdCenterWrapper::InsertionOrder
- Inherits:
-
Object
- Object
- AdCenterWrapper::InsertionOrder
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesInsertionOrder
accountId - SOAP::SOAPLong
balanceAmount - SOAP::SOAPDouble
bookingCountryCode - SOAP::SOAPString
comment - SOAP::SOAPString
endDate - SOAP::SOAPDateTime
insertionOrderId - SOAP::SOAPLong
lastModifiedByUserId - SOAP::SOAPLong
lastModifiedTime - SOAP::SOAPDateTime
notificationThreshold - SOAP::SOAPDouble
referenceId - SOAP::SOAPLong
spendCapAmount - SOAP::SOAPDouble
startDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
-
#bookingCountryCode ⇒ Object
Returns the value of attribute bookingCountryCode.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#insertionOrderId ⇒ Object
Returns the value of attribute insertionOrderId.
-
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#notificationThreshold ⇒ Object
Returns the value of attribute notificationThreshold.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#spendCapAmount ⇒ Object
Returns the value of attribute spendCapAmount.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(accountId = nil, balanceAmount = nil, bookingCountryCode = nil, comment = nil, endDate = nil, insertionOrderId = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, notificationThreshold = nil, referenceId = nil, spendCapAmount = nil, startDate = nil) ⇒ InsertionOrder
constructor
A new instance of InsertionOrder.
Constructor Details
#initialize(accountId = nil, balanceAmount = nil, bookingCountryCode = nil, comment = nil, endDate = nil, insertionOrderId = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, notificationThreshold = nil, referenceId = nil, spendCapAmount = nil, startDate = nil) ⇒ InsertionOrder
Returns a new instance of InsertionOrder.
3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/adcenter_wrapper_entities.rb', line 3628 def initialize(accountId = nil, balanceAmount = nil, bookingCountryCode = nil, comment = nil, endDate = nil, insertionOrderId = nil, lastModifiedByUserId = nil, lastModifiedTime = nil, notificationThreshold = nil, referenceId = nil, spendCapAmount = nil, startDate = nil) @accountId = accountId @balanceAmount = balanceAmount @bookingCountryCode = bookingCountryCode @comment = comment @endDate = endDate @insertionOrderId = insertionOrderId @lastModifiedByUserId = lastModifiedByUserId @lastModifiedTime = lastModifiedTime @notificationThreshold = notificationThreshold @referenceId = referenceId @spendCapAmount = spendCapAmount @startDate = startDate end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
3615 3616 3617 |
# File 'lib/adcenter_wrapper_entities.rb', line 3615 def accountId @accountId end |
#balanceAmount ⇒ Object
Returns the value of attribute balanceAmount.
3616 3617 3618 |
# File 'lib/adcenter_wrapper_entities.rb', line 3616 def balanceAmount @balanceAmount end |
#bookingCountryCode ⇒ Object
Returns the value of attribute bookingCountryCode.
3617 3618 3619 |
# File 'lib/adcenter_wrapper_entities.rb', line 3617 def bookingCountryCode @bookingCountryCode end |
#comment ⇒ Object
Returns the value of attribute comment.
3618 3619 3620 |
# File 'lib/adcenter_wrapper_entities.rb', line 3618 def comment @comment end |
#endDate ⇒ Object
Returns the value of attribute endDate.
3619 3620 3621 |
# File 'lib/adcenter_wrapper_entities.rb', line 3619 def endDate @endDate end |
#insertionOrderId ⇒ Object
Returns the value of attribute insertionOrderId.
3620 3621 3622 |
# File 'lib/adcenter_wrapper_entities.rb', line 3620 def insertionOrderId @insertionOrderId end |
#lastModifiedByUserId ⇒ Object
Returns the value of attribute lastModifiedByUserId.
3621 3622 3623 |
# File 'lib/adcenter_wrapper_entities.rb', line 3621 def lastModifiedByUserId @lastModifiedByUserId end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
3622 3623 3624 |
# File 'lib/adcenter_wrapper_entities.rb', line 3622 def lastModifiedTime @lastModifiedTime end |
#notificationThreshold ⇒ Object
Returns the value of attribute notificationThreshold.
3623 3624 3625 |
# File 'lib/adcenter_wrapper_entities.rb', line 3623 def notificationThreshold @notificationThreshold end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
3624 3625 3626 |
# File 'lib/adcenter_wrapper_entities.rb', line 3624 def referenceId @referenceId end |
#spendCapAmount ⇒ Object
Returns the value of attribute spendCapAmount.
3625 3626 3627 |
# File 'lib/adcenter_wrapper_entities.rb', line 3625 def spendCapAmount @spendCapAmount end |
#startDate ⇒ Object
Returns the value of attribute startDate.
3626 3627 3628 |
# File 'lib/adcenter_wrapper_entities.rb', line 3626 def startDate @startDate end |