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.



75
76
77
# File 'lib/restify/processors/base/parsing.rb', line 75

def indifferent_access=(value)
  @indifferent_access = value
end

Instance Method Details

#indifferent_access?Boolean

Returns:

  • (Boolean)


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

def indifferent_access?
  @indifferent_access
end