class TACore::Configuration
Configuration
of the config params set in an init file.
Attributes
api_key[RW]
api_url[RW]
client_id[RW]
client_secret[RW]
Public Class Methods
new()
click to toggle source
# File lib/tacore.rb, line 24 def initialize self.api_url = nil self.client_id = nil self.client_secret = nil self.api_key = nil end