Class: Cardiac::OperationReflection

Inherits:
ResourceReflection show all
Defined in:
lib/cardiac/reflections.rb

Instance Attribute Summary collapse

Attributes inherited from ResourceReflection

#adapter_klass, #decoder_reflections, #encoder_reflection

Attributes inherited from BaseReflection

#http_verb, #macro, #options, #uri

Method Summary

Methods inherited from ResourceReflection

#initialize

Methods inherited from BaseReflection

#initialize, #to_reflection, #to_uri, #to_url

Constructor Details

This class inherits a constructor from Cardiac::ResourceReflection

Instance Attribute Details

#handler_klassObject (readonly)

Returns the value of attribute handler_klass.



83
84
85
# File 'lib/cardiac/reflections.rb', line 83

def handler_klass
  @handler_klass
end