Class: Trello::Authorization::OAuthCredential

Inherits:
Struct
  • Object
show all
Defined in:
lib/trello/authorization.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



51
52
53
# File 'lib/trello/authorization.rb', line 51

def key
  @key
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



51
52
53
# File 'lib/trello/authorization.rb', line 51

def secret
  @secret
end