Class: ChannelAdvisor::AdminServiceSOAP::AuthorizationResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::AdminServiceSOAP::AuthorizationResponse
- Defined in:
- lib/channel_advisor/admin_service/types.rb
Overview
/AuthorizationResponse
accountID - SOAP::SOAPString
localID - SOAP::SOAPInt
accountName - SOAP::SOAPString
accountType - SOAP::SOAPString
resourceName - SOAP::SOAPString
status - SOAP::SOAPString
- ChannelAdvisor::AdminServiceSOAP::ErrorCode
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountType ⇒ Object
Returns the value of attribute accountType.
-
#localID ⇒ Object
Returns the value of attribute localID.
-
#message ⇒ Object
Returns the value of attribute message.
-
#messageCode ⇒ Object
Returns the value of attribute messageCode.
-
#resourceName ⇒ Object
Returns the value of attribute resourceName.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(accountID = nil, localID = nil, accountName = nil, accountType = nil, resourceName = nil, status = nil, messageCode = nil, message = nil) ⇒ AuthorizationResponse
constructor
A new instance of AuthorizationResponse.
Constructor Details
#initialize(accountID = nil, localID = nil, accountName = nil, accountType = nil, resourceName = nil, status = nil, messageCode = nil, message = nil) ⇒ AuthorizationResponse
Returns a new instance of AuthorizationResponse.
49 50 51 52 53 54 55 56 57 58 |
# File 'lib/channel_advisor/admin_service/types.rb', line 49 def initialize(accountID = nil, localID = nil, accountName = nil, accountType = nil, resourceName = nil, status = nil, = nil, = nil) @accountID = accountID @localID = localID @accountName = accountName @accountType = accountType @resourceName = resourceName @status = status = = end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
40 41 42 |
# File 'lib/channel_advisor/admin_service/types.rb', line 40 def accountID @accountID end |
#accountName ⇒ Object
Returns the value of attribute accountName.
42 43 44 |
# File 'lib/channel_advisor/admin_service/types.rb', line 42 def accountName @accountName end |
#accountType ⇒ Object
Returns the value of attribute accountType.
43 44 45 |
# File 'lib/channel_advisor/admin_service/types.rb', line 43 def accountType @accountType end |
#localID ⇒ Object
Returns the value of attribute localID.
41 42 43 |
# File 'lib/channel_advisor/admin_service/types.rb', line 41 def localID @localID end |
#message ⇒ Object
Returns the value of attribute message.
47 48 49 |
# File 'lib/channel_advisor/admin_service/types.rb', line 47 def end |
#messageCode ⇒ Object
Returns the value of attribute messageCode.
46 47 48 |
# File 'lib/channel_advisor/admin_service/types.rb', line 46 def end |
#resourceName ⇒ Object
Returns the value of attribute resourceName.
44 45 46 |
# File 'lib/channel_advisor/admin_service/types.rb', line 44 def resourceName @resourceName end |
#status ⇒ Object
Returns the value of attribute status.
45 46 47 |
# File 'lib/channel_advisor/admin_service/types.rb', line 45 def status @status end |