Class: Transcriber::Resource::Href
- Includes:
- Response
- Defined in:
- lib/transcriber/resource/key/href.rb,
lib/transcriber/resource/key/href/response.rb
Defined Under Namespace
Modules: Response
Instance Attribute Summary
Attributes inherited from Key
#model, #name, #options, #summarize
Instance Method Summary collapse
-
#initialize ⇒ Href
constructor
A new instance of Href.
Methods included from Response
Methods inherited from Key
#convert_input_keys, #input_path, #present?, #root_path?, #visible?
Constructor Details
#initialize ⇒ Href
Returns a new instance of Href.
7 8 9 |
# File 'lib/transcriber/resource/key/href.rb', line 7 def initialize super(:href) end |