Module: JDX::Geocoder::Base
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
10 11 12 |
# File 'lib/jdx/geocoder/base.rb', line 10 def data @data end |
Instance Method Details
#search ⇒ Object
12 13 14 |
# File 'lib/jdx/geocoder/base.rb', line 12 def search !fetch_data ? nil : self end |