module BraspagRest
Constants
- VERSION
Public Class Methods
config() { |config| ... }
click to toggle source
# File lib/braspag-rest.rb, line 2 def self.config @config ||= BraspagRest::Configuration.new yield @config if block_given? @config end