Method: Tickethub::Endpoint#initialize

Defined in:
lib/tickethub/endpoint.rb

#initialize(url, options) ⇒ Endpoint

Returns a new instance of Endpoint.



11
12
13
14
# File 'lib/tickethub/endpoint.rb', line 11

def initialize(url, options)
  @url     = _normalize_path url
  @options = options
end