Class: Vauth::Client

Inherits:
Struct
  • Object
show all
Defined in:
lib/vauth/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_uriObject

Returns the value of attribute authorization_uri

Returns:

  • (Object)

    the current value of authorization_uri



6
7
8
# File 'lib/vauth/client.rb', line 6

def authorization_uri
  @authorization_uri
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/vauth/client.rb', line 6

def id
  @id
end

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



6
7
8
# File 'lib/vauth/client.rb', line 6

def secret
  @secret
end

#token_uriObject

Returns the value of attribute token_uri

Returns:

  • (Object)

    the current value of token_uri



6
7
8
# File 'lib/vauth/client.rb', line 6

def token_uri
  @token_uri
end