Class: FindGroupByNameResponse

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

Overview

urn:SecurityServerfindGroupByNameResponse

out - SOAPGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindGroupByNameResponse

Returns a new instance of FindGroupByNameResponse.



1037
1038
1039
# File 'lib/crowd/soap/default.rb', line 1037

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



1035
1036
1037
# File 'lib/crowd/soap/default.rb', line 1035

def out
  @out
end