Class: Moon::Response::JSON::Blank
- Inherits:
-
Moon::Response::JSON
- Object
- Base
- Moon::Response::JSON
- Moon::Response::JSON::Blank
- Defined in:
- lib/moon/response/json/blank.rb
Overview
Moon::Response::JSON::Blank provides a simple response with an empty hash
Instance Attribute Summary
Attributes inherited from Moon::Response::JSON
Instance Method Summary collapse
-
#initialize ⇒ Blank
constructor
A new instance of Blank.
Methods inherited from Moon::Response::JSON
Methods inherited from Base
Constructor Details
#initialize ⇒ Blank
Returns a new instance of Blank.
5 6 7 |
# File 'lib/moon/response/json/blank.rb', line 5 def initialize super 200, { } end |