Class: Stenotype::ContextHandlers::Klass
- Defined in:
- lib/stenotype/context_handlers/klass.rb
Overview
Plain Ruby class handler to support fetching data from a class
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#as_json(*_args) ⇒ Hash
A JSON representation of a Ruby class.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Stenotype::ContextHandlers::Base
Instance Method Details
#as_json(*_args) ⇒ Hash
TODO:
r.kapitonov Figure out the params
Returns a JSON representation of a Ruby class.
15 16 17 |
# File 'lib/stenotype/context_handlers/klass.rb', line 15 def as_json(*_args) {} end |