Module: Restify::Processors::Base::Parsing::ClassMethods

Defined in:
lib/restify/processors/base/parsing.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#indifferent_access=(value) ⇒ Object (writeonly)

Sets the attribute indifferent_access

Parameters:

  • value

    the value to set the attribute indifferent_access to.



71
72
73
# File 'lib/restify/processors/base/parsing.rb', line 71

def indifferent_access=(value)
  @indifferent_access = value
end

Instance Method Details

#indifferent_access?Boolean

Returns:

  • (Boolean)


67
68
69
# File 'lib/restify/processors/base/parsing.rb', line 67

def indifferent_access?
  @indifferent_access
end