Class: Vauth::Client
- Inherits:
-
Struct
- Object
- Struct
- Vauth::Client
- Defined in:
- lib/vauth/client.rb
Instance Attribute Summary collapse
-
#authorization_uri ⇒ Object
Returns the value of attribute authorization_uri.
-
#id ⇒ Object
Returns the value of attribute id.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#token_uri ⇒ Object
Returns the value of attribute token_uri.
Instance Attribute Details
#authorization_uri ⇒ Object
Returns the value of attribute authorization_uri
6 7 8 |
# File 'lib/vauth/client.rb', line 6 def @authorization_uri end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/vauth/client.rb', line 6 def id @id end |
#secret ⇒ Object
Returns the value of attribute secret
6 7 8 |
# File 'lib/vauth/client.rb', line 6 def secret @secret end |
#token_uri ⇒ Object
Returns the value of attribute token_uri
6 7 8 |
# File 'lib/vauth/client.rb', line 6 def token_uri @token_uri end |