module ClientsideAws
Helpfully explained here: lizabinante.com/blog/creating-a-configurable-ruby-gem/
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/clientside_aws.rb, line 26 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/clientside_aws.rb, line 22 def self.reset @configuration = Configuration.new end