Method: Hanami::Model::Configuration#url

Defined in:
lib/hanami/model/configuration.rb

#urlObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

NOTE: This must be changed when we want to support several adapters at the time

Since:

  • 0.7.0

API:

  • private



48
49
50
# File 'lib/hanami/model/configuration.rb', line 48

def url
  @url
end