module Nabortu
Constants
- STATE_RESERVE_ACTUAL
Constants
- VERSION
Attributes
config[W]
Public Class Methods
client()
click to toggle source
# File lib/nabortu.rb, line 27 def client Nabortu::Client.new end
config()
click to toggle source
# File lib/nabortu.rb, line 19 def config @config ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/nabortu.rb, line 23 def configure yield(config) end