Class: ChannelAdvisor::AdminServiceSOAP::RequestAccess

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/admin_service/types.rb

Overview

/RequestAccess

localID - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#localIDObject

Returns the value of attribute localID.



142
143
144
# File 'lib/channel_advisor/admin_service/types.rb', line 142

def localID
  @localID
end