class FreeZipcodeData::Options
Public Instance Methods
[](key)
click to toggle source
# File lib/free_zipcode_data/options.rb, line 13 def [](key) @@_options[key] end
hash()
click to toggle source
# File lib/free_zipcode_data/options.rb, line 17 def hash @@_options end
initialize_hash(hash)
click to toggle source
# File lib/free_zipcode_data/options.rb, line 9 def initialize_hash(hash) @@_options = hash end