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.
542 543 544 |
# File 'lib/manywho.rb', line 542 def directoryId @directoryId end |
#id ⇒ Object
Returns the value of attribute id.
542 543 544 |
# File 'lib/manywho.rb', line 542 def id @id end |
#loginUrl ⇒ Object
Returns the value of attribute loginUrl.
542 543 544 |
# File 'lib/manywho.rb', line 542 def loginUrl @loginUrl end |