module Giftrocket
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/giftrocket/base.rb, line 6 def self.config @@config end
configure() { |config| ... }
click to toggle source
# File lib/giftrocket/base.rb, line 10 def self.configure yield @@config end
default_options()
click to toggle source
Access token
# File lib/giftrocket/base.rb, line 15 def self.default_options {access_token: @@config[:access_token]} end