Class: GetDomainResponse
- Inherits:
-
Object
- Object
- GetDomainResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetDomainResponse
out - SOAP::SOAPString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetDomainResponse
constructor
A new instance of GetDomainResponse.
Constructor Details
#initialize(out = nil) ⇒ GetDomainResponse
Returns a new instance of GetDomainResponse.
1275 1276 1277 |
# File 'lib/crowd/default.rb', line 1275 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1273 1274 1275 |
# File 'lib/crowd/default.rb', line 1273 def out @out end |