Class: FindGroupWithAttributesByNameResponse

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

Overview

urn:SecurityServerfindGroupWithAttributesByNameResponse

out - SOAPGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindGroupWithAttributesByNameResponse

Returns a new instance of FindGroupWithAttributesByNameResponse.



1060
1061
1062
# File 'lib/crowd/soap/default.rb', line 1060

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



1058
1059
1060
# File 'lib/crowd/soap/default.rb', line 1058

def out
  @out
end