Class: AddGroupResponse

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

Overview

urn:SecurityServeraddGroupResponse

out - SOAPGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AddGroupResponse

Returns a new instance of AddGroupResponse.



410
411
412
# File 'lib/crowd/default.rb', line 410

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



408
409
410
# File 'lib/crowd/default.rb', line 408

def out
  @out
end