Class: AdCenterWrapper::AddUserResponse

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

Overview

https://adcenter.microsoft.com/api/customermanagementAddUserResponse

id - SOAP::SOAPLong
createTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, createTime = nil) ⇒ AddUserResponse

Returns a new instance of AddUserResponse.

[View source]

1224
1225
1226
1227
# File 'lib/CustomerManagementService.rb', line 1224

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

Instance Attribute Details

#createTimeObject

Returns the value of attribute createTime.


1222
1223
1224
# File 'lib/CustomerManagementService.rb', line 1222

def createTime
  @createTime
end

#idObject

Returns the value of attribute id.


1221
1222
1223
# File 'lib/CustomerManagementService.rb', line 1221

def id
  @id
end