Class: Xeroizer::OAuthCredentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/xeroizer/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_keyObject

Returns the value of attribute consumer_key

Returns:

  • (Object)

    the current value of consumer_key



2
3
4
# File 'lib/xeroizer/configuration.rb', line 2

def consumer_key
  @consumer_key
end

#consumer_secretObject

Returns the value of attribute consumer_secret

Returns:

  • (Object)

    the current value of consumer_secret



2
3
4
# File 'lib/xeroizer/configuration.rb', line 2

def consumer_secret
  @consumer_secret
end

#key_fileObject

Returns the value of attribute key_file

Returns:

  • (Object)

    the current value of key_file



2
3
4
# File 'lib/xeroizer/configuration.rb', line 2

def key_file
  @key_file
end