Class: Cardiac::OperationReflection
- Inherits:
-
ResourceReflection
- Object
- BaseReflection
- ResourceReflection
- Cardiac::OperationReflection
- Defined in:
- lib/cardiac/reflections.rb
Instance Attribute Summary collapse
-
#handler_klass ⇒ Object
readonly
Returns the value of attribute handler_klass.
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
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_klass ⇒ Object (readonly)
Returns the value of attribute handler_klass.
83 84 85 |
# File 'lib/cardiac/reflections.rb', line 83 def handler_klass @handler_klass end |