Class: OauthTokenVerifier::Providers::Facebook::BaseFields

Inherits:
Struct
  • Object
show all
Defined in:
lib/oauth_token_verifier/providers/facebook.rb

Instance Attribute Summary collapse

Instance Attribute Details

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



6
7
8
# File 'lib/oauth_token_verifier/providers/facebook.rb', line 6

def info
  @info
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



6
7
8
# File 'lib/oauth_token_verifier/providers/facebook.rb', line 6

def provider
  @provider
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



6
7
8
# File 'lib/oauth_token_verifier/providers/facebook.rb', line 6

def uid
  @uid
end