Module: Restfolia::HTTP::Behaviour
- Defined in:
- lib/restfolia/http/behaviour.rb
Overview
Public: Separated methods to handle HTTP response by status code.
Defined Under Namespace
Class Method Summary collapse
-
.store ⇒ Object
Returns Restfolia::HTTP::Behaviour::Store instance.
Class Method Details
.store ⇒ Object
Returns Restfolia::HTTP::Behaviour::Store instance.
7 8 9 |
# File 'lib/restfolia/http/behaviour.rb', line 7 def self.store @store ||= Store.new end |