Class: AdWords::V201003::BulkMutateJobService::MobileExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201003::BulkMutateJobService::MobileExtension
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
MobileExtension
-
id - SOAP::SOAPLong
-
adExtension_Type - SOAP::SOAPString
-
phoneNumber - SOAP::SOAPString
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#id ⇒ Object
Returns the value of attribute id.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(id = nil, adExtension_Type = nil, phoneNumber = nil, countryCode = nil) ⇒ MobileExtension
constructor
A new instance of MobileExtension.
Constructor Details
#initialize(id = nil, adExtension_Type = nil, phoneNumber = nil, countryCode = nil) ⇒ MobileExtension
Returns a new instance of MobileExtension.
526 527 528 529 530 531 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 526 def initialize(id = nil, adExtension_Type = nil, phoneNumber = nil, countryCode = nil) @id = id @adExtension_Type = adExtension_Type @phoneNumber = phoneNumber @countryCode = countryCode end |
Instance Attribute Details
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
522 523 524 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 522 def adExtension_Type @adExtension_Type end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
524 525 526 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 524 def countryCode @countryCode end |
#id ⇒ Object
Returns the value of attribute id.
521 522 523 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 521 def id @id end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
523 524 525 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 523 def phoneNumber @phoneNumber end |