Class: GetGrantedAuthorities
- Inherits:
-
Object
- Object
- GetGrantedAuthorities
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetGrantedAuthorities
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ GetGrantedAuthorities
constructor
A new instance of GetGrantedAuthorities.
Constructor Details
#initialize(in0 = nil) ⇒ GetGrantedAuthorities
Returns a new instance of GetGrantedAuthorities.
487 488 489 |
# File 'lib/crowd/default.rb', line 487 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
485 486 487 |
# File 'lib/crowd/default.rb', line 485 def in0 @in0 end |