Method: MLS#asset_host

Defined in:
lib/mls.rb

#asset_hostObject

provides the asset host, if asset_host is set then it is returned, otherwise it queries the MLS for this configuration.



58
59
60
# File 'lib/mls.rb', line 58

def asset_host # TODO: testme
  @asset_host ||= get('/asset_host').body
end