Module: Freegeoip::Config
Instance Attribute Summary collapse
-
#db_location ⇒ Object
Returns the value of attribute db_location.
-
#param_name ⇒ Object
Returns the value of attribute param_name.
Instance Method Summary collapse
Instance Attribute Details
#db_location ⇒ Object
Returns the value of attribute db_location.
7 8 9 |
# File 'lib/freegeoip/config.rb', line 7 def db_location @db_location end |
#param_name ⇒ Object
Returns the value of attribute param_name.
7 8 9 |
# File 'lib/freegeoip/config.rb', line 7 def param_name @param_name end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/freegeoip/config.rb', line 9 def configure yield self end |