Class: Capcoauth::Config

Inherits:
Object
  • Object
show all
Extended by:
Option
Defined in:
lib/capcoauth/config.rb

Defined Under Namespace

Modules: Option Classes: Builder

Instance Attribute Summary collapse

Method Summary

Methods included from Option

extended, option

Instance Attribute Details

#client_idObject (readonly)

Returns the value of attribute client_id.



17
18
19
# File 'lib/capcoauth/config.rb', line 17

def client_id
  @client_id
end

#client_secretObject (readonly)

Returns the value of attribute client_secret.



18
19
20
# File 'lib/capcoauth/config.rb', line 18

def client_secret
  @client_secret
end