Class: AdCenterWrapper::Invoice

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#dataObject

Returns the value of attribute data.



3590
3591
3592
# File 'lib/adcenter_wrapper_entities.rb', line 3590

def data
  @data
end

#idObject

Returns the value of attribute id.



3591
3592
3593
# File 'lib/adcenter_wrapper_entities.rb', line 3591

def id
  @id
end

#typeObject

Returns the value of attribute type.



3592
3593
3594
# File 'lib/adcenter_wrapper_entities.rb', line 3592

def type
  @type
end