Class: FindRoleByNameResponse
- Inherits:
-
Object
- Object
- FindRoleByNameResponse
- Defined in:
- lib/crowd/soap/default.rb
Overview
urn:SecurityServerfindRoleByNameResponse
out - SOAPRole
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindRoleByNameResponse
constructor
A new instance of FindRoleByNameResponse.
Constructor Details
#initialize(out = nil) ⇒ FindRoleByNameResponse
Returns a new instance of FindRoleByNameResponse.
994 995 996 |
# File 'lib/crowd/soap/default.rb', line 994 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
992 993 994 |
# File 'lib/crowd/soap/default.rb', line 992 def out @out end |