Class: Manywho::AuthorizationRequest
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#loginUrl ⇒ Object
Returns the value of attribute loginUrl.
-
#password ⇒ Object
Returns the value of attribute password.
-
#token ⇒ Object
Returns the value of attribute token.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#loginUrl ⇒ Object
Returns the value of attribute loginUrl.
550 551 552 |
# File 'lib/manywho.rb', line 550 def loginUrl @loginUrl end |
#password ⇒ Object
Returns the value of attribute password.
550 551 552 |
# File 'lib/manywho.rb', line 550 def password @password end |
#token ⇒ Object
Returns the value of attribute token.
550 551 552 |
# File 'lib/manywho.rb', line 550 def token @token end |
#username ⇒ Object
Returns the value of attribute username.
550 551 552 |
# File 'lib/manywho.rb', line 550 def username @username end |