Method: Materialize::Response#initialize
- Defined in:
- lib/materialize/response.rb
#initialize(options) ⇒ Response
Returns a new instance of Response.
6 7 8 9 10 |
# File 'lib/materialize/response.rb', line 6 def initialize() @message = ['message'] @status = ['status'].to_sym @options = end |