Class: GetDomain
- Inherits:
-
Object
- Object
- GetDomain
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServergetDomain
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ GetDomain
constructor
A new instance of GetDomain.
Constructor Details
#initialize(in0 = nil) ⇒ GetDomain
Returns a new instance of GetDomain.
1492 1493 1494 |
# File 'lib/crowd/soap/default.rb', line 1492 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
1490 1491 1492 |
# File 'lib/crowd/soap/default.rb', line 1490 def in0 @in0 end |