module SkeletorApi
Constants
- API_URL
- BASE_URL
- LATEST_API_VERSION
- VERSION
Attributes
config[W]
Public Class Methods
config()
click to toggle source
# File lib/skeletor_api.rb, line 18 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/skeletor_api.rb, line 22 def configure yield(self.config) end