Class: Manywho::AuthorizationContext
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#directoryId ⇒ Object
Returns the value of attribute directoryId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#loginUrl ⇒ Object
Returns the value of attribute loginUrl.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#directoryId ⇒ Object
Returns the value of attribute directoryId.
546 547 548 |
# File 'lib/manywho.rb', line 546 def directoryId @directoryId end |
#id ⇒ Object
Returns the value of attribute id.
546 547 548 |
# File 'lib/manywho.rb', line 546 def id @id end |
#loginUrl ⇒ Object
Returns the value of attribute loginUrl.
546 547 548 |
# File 'lib/manywho.rb', line 546 def loginUrl @loginUrl end |