Class: AuthSessionHeader
- Inherits:
-
Object
- Object
- AuthSessionHeader
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comAuthSessionHeader
authSessionId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#authSessionId ⇒ Object
Returns the value of attribute authSessionId.
Instance Method Summary collapse
-
#initialize(authSessionId = nil) ⇒ AuthSessionHeader
constructor
A new instance of AuthSessionHeader.
Constructor Details
#initialize(authSessionId = nil) ⇒ AuthSessionHeader
Returns a new instance of AuthSessionHeader.
1129 1130 1131 |
# File 'lib/stub/default.rb', line 1129 def initialize(authSessionId = nil) @authSessionId = authSessionId end |
Instance Attribute Details
#authSessionId ⇒ Object
Returns the value of attribute authSessionId.
1127 1128 1129 |
# File 'lib/stub/default.rb', line 1127 def authSessionId @authSessionId end |