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
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.
-
#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) ⇒ AuthorizationResponse
constructor
A new instance of AuthorizationResponse.
Constructor Details
#initialize(accountID = nil, localID = nil, accountName = nil, accountType = nil, resourceName = nil, status = nil) ⇒ AuthorizationResponse
Returns a new instance of AuthorizationResponse.
46 47 48 49 50 51 52 53 |
# File 'lib/channel_advisor/admin_service/types.rb', line 46 def initialize(accountID = nil, localID = nil, accountName = nil, accountType = nil, resourceName = nil, status = 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.
39 40 41 |
# File 'lib/channel_advisor/admin_service/types.rb', line 39 def accountID @accountID end |
#accountName ⇒ Object
Returns the value of attribute accountName.
41 42 43 |
# File 'lib/channel_advisor/admin_service/types.rb', line 41 def accountName @accountName end |
#accountType ⇒ Object
Returns the value of attribute accountType.
42 43 44 |
# File 'lib/channel_advisor/admin_service/types.rb', line 42 def accountType @accountType end |
#localID ⇒ Object
Returns the value of attribute localID.
40 41 42 |
# File 'lib/channel_advisor/admin_service/types.rb', line 40 def localID @localID end |
#resourceName ⇒ Object
Returns the value of attribute resourceName.
43 44 45 |
# File 'lib/channel_advisor/admin_service/types.rb', line 43 def resourceName @resourceName end |
#status ⇒ Object
Returns the value of attribute status.
44 45 46 |
# File 'lib/channel_advisor/admin_service/types.rb', line 44 def status @status end |