Class: Trello::Authorization::OAuthCredential
- Inherits:
-
Struct
- Object
- Struct
- Trello::Authorization::OAuthCredential
- Defined in:
- lib/trello/authorization.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
51 52 53 |
# File 'lib/trello/authorization.rb', line 51 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret
51 52 53 |
# File 'lib/trello/authorization.rb', line 51 def secret @secret end |