Class: AdCenterWrapper::BusinessInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7BusinessInfo

id - SOAP::SOAPLong
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil) ⇒ BusinessInfo

Returns a new instance of BusinessInfo.



641
642
643
644
# File 'lib/adcenter_wrapper_entities.rb', line 641

def initialize(id = nil, name = nil)
  @id = id
  @name = name
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



638
639
640
# File 'lib/adcenter_wrapper_entities.rb', line 638

def id
  @id
end

#nameObject

Returns the value of attribute name.



639
640
641
# File 'lib/adcenter_wrapper_entities.rb', line 639

def name
  @name
end