Class: ChannelAdvisor::AdminServiceSOAP::RequestAccess
- Inherits:
-
Object
- Object
- ChannelAdvisor::AdminServiceSOAP::RequestAccess
- Defined in:
- lib/channel_advisor/admin_service/types.rb
Overview
/RequestAccess
localID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#localID ⇒ Object
Returns the value of attribute localID.
Instance Method Summary collapse
-
#initialize(localID = nil) ⇒ RequestAccess
constructor
A new instance of RequestAccess.
Constructor Details
#initialize(localID = nil) ⇒ RequestAccess
Returns a new instance of RequestAccess.
144 145 146 |
# File 'lib/channel_advisor/admin_service/types.rb', line 144 def initialize(localID = nil) @localID = localID end |
Instance Attribute Details
#localID ⇒ Object
Returns the value of attribute localID.
142 143 144 |
# File 'lib/channel_advisor/admin_service/types.rb', line 142 def localID @localID end |