Class: Lnkdtogo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/lnkdtogo.rb

Overview

> Auth Configuration from config block

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



9
10
11
12
# File 'lib/lnkdtogo.rb', line 9

def initialize
  self.key 		= nil
  self.secret 	= nil
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



7
8
9
# File 'lib/lnkdtogo.rb', line 7

def key
  @key
end

#secretObject

Returns the value of attribute secret.



7
8
9
# File 'lib/lnkdtogo.rb', line 7

def secret
  @secret
end