Module: Shokkenki

Defined in:
lib/shokkenki/consumer/stubber/server.rb,
lib/shokkenki/consumer/session.rb,
lib/shokkenki/consumer/version.rb,
lib/shokkenki/consumer/consumer.rb,
lib/shokkenki/consumer/dsl/order.rb,
lib/shokkenki/consumer/model/role.rb,
lib/shokkenki/consumer/dsl/session.rb,
lib/shokkenki/consumer/rspec/hooks.rb,
lib/shokkenki/consumer/dsl/term_dsl.rb,
lib/shokkenki/consumer/model/ticket.rb,
lib/shokkenki/consumer/model/fixture.rb,
lib/shokkenki/consumer/model/request.rb,
lib/shokkenki/consumer/model/provider.rb,
lib/shokkenki/consumer/model/patronage.rb,
lib/shokkenki/consumer/stubber/request.rb,
lib/shokkenki/consumer/dsl/http_methods.rb,
lib/shokkenki/consumer/model/interaction.rb,
lib/shokkenki/consumer/rspec/consumer_name.rb,
lib/shokkenki/consumer/stubber/interaction.rb,
lib/shokkenki/consumer/model/simplification.rb,
lib/shokkenki/consumer/stubber/interactions.rb,
lib/shokkenki/consumer/configuration/session.rb,
lib/shokkenki/consumer/stubber/rack_response.rb,
lib/shokkenki/consumer/stubber/restful_middleware.rb,
lib/shokkenki/consumer/rspec/example_group_binding.rb,
lib/shokkenki/consumer/stubber/local_server_stubber.rb,
lib/shokkenki/consumer/stubber/stub_server_middleware.rb,
lib/shokkenki/consumer/stubber/interactions_middleware.rb,
lib/shokkenki/consumer/stubber/server_application_error.rb,
lib/shokkenki/consumer/stubber/stubbed_response_middleware.rb,
lib/shokkenki/consumer/configuration/provider_configuration.rb,
lib/shokkenki/consumer/stubber/unmatched_requests_middleware.rb,
lib/shokkenki/consumer/stubber/unused_interactions_middleware.rb

Overview

Defined Under Namespace

Modules: Consumer

Class Method Summary collapse

Class Method Details

.consumerObject



5
6
7
# File 'lib/shokkenki/consumer/consumer.rb', line 5

def self.consumer
  @consumer_session ||= Shokkenki::Consumer::Session.new
end