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.
213 214 215 |
# File 'lib/channel_advisor/admin_service/types.rb', line 213 def initialize(localID = nil) @localID = localID end |
Instance Attribute Details
#localID ⇒ Object
Returns the value of attribute localID.
211 212 213 |
# File 'lib/channel_advisor/admin_service/types.rb', line 211 def localID @localID end |