Class: GetDomainResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/default.rb

Overview

urn:SecurityServergetDomainResponse

out - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



1273
1274
1275
# File 'lib/crowd/default.rb', line 1273

def out
  @out
end