Sha256: 7dd35a56dd0b9ee199ab8d91746d61cd5ba6996a9be58f5bbfab357a73d69cdd
Contents?: true
Size: 596 Bytes
Versions: 2
Compression:
Stored size: 596 Bytes
Contents
module Tiktalik ROOT = File.expand_path(File.dirname(__FILE__)) autoload :Computing, "#{ROOT}/tiktalik/computing" autoload :Error, "#{ROOT}/tiktalik/error" autoload :Object, "#{ROOT}/tiktalik/object" autoload :VERSION, "#{ROOT}/tiktalik/version" def self.base_url; 'https://www.tiktalik.com'; end def self.base_path; '/api/v1'; end def self.api_key; @api_key || ENV['API_KEY']; end def self.api_key=(val); @api_key = val; end def self.api_secret_key; @api_secret_key || ENV['API_SECRET_KEY']; end def self.api_secret_key=(val); @api_secret_key = val; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiktalik-1.0.3 | lib/tiktalik.rb |
tiktalik-1.0.1 | lib/tiktalik.rb |