Class: GetDomainResponse
- Inherits:
-
Object
- Object
- GetDomainResponse
- Defined in:
- lib/crowd/soap/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.
1502 1503 1504 |
# File 'lib/crowd/soap/default.rb', line 1502 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1500 1501 1502 |
# File 'lib/crowd/soap/default.rb', line 1500 def out @out end |