Class: FindRoleByNameResponse

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

Overview

urn:SecurityServerfindRoleByNameResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindRoleByNameResponse

Returns a new instance of FindRoleByNameResponse.



430
431
432
# File 'lib/crowd/default.rb', line 430

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



428
429
430
# File 'lib/crowd/default.rb', line 428

def out
  @out
end