Class: HttpStub::Server::Request::Parameters

Inherits:
HashWithIndifferentAccess
  • Object
show all
Includes:
Extensions::Core::Hash::Formatted
Defined in:
lib/http_stub/server/request/parameters.rb

Instance Method Summary collapse

Methods included from Extensions::Core::Hash::Formatted

#to_s

Constructor Details

#initialize(parameter_hash = {}) ⇒ Parameters

Returns a new instance of Parameters.



12
13
14
# File 'lib/http_stub/server/request/parameters.rb', line 12

def initialize(parameter_hash={})
  super(parameter_hash, "=", "&")
end