Class: AdCenterWrapper::Invoice
- Inherits:
-
Object
- Object
- AdCenterWrapper::Invoice
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/EntitiesInvoice
data - SOAP::SOAPBase64
id - SOAP::SOAPLong
type - AdCenterWrapper::DataType
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(data = nil, id = nil, type = nil) ⇒ Invoice
constructor
A new instance of Invoice.
Constructor Details
#initialize(data = nil, id = nil, type = nil) ⇒ Invoice
Returns a new instance of Invoice.
3594 3595 3596 3597 3598 |
# File 'lib/adcenter_wrapper_entities.rb', line 3594 def initialize(data = nil, id = nil, type = nil) @data = data @id = id @type = type end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
3590 3591 3592 |
# File 'lib/adcenter_wrapper_entities.rb', line 3590 def data @data end |
#id ⇒ Object
Returns the value of attribute id.
3591 3592 3593 |
# File 'lib/adcenter_wrapper_entities.rb', line 3591 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
3592 3593 3594 |
# File 'lib/adcenter_wrapper_entities.rb', line 3592 def type @type end |