Class: Transcriber::Resource::Href

Inherits:
Key
  • Object
show all
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

Methods included from Response

#to_resource

Methods inherited from Key

#convert_input_keys, #input_path, #present?, #root_path?, #visible?

Constructor Details

#initializeHref

Returns a new instance of Href.



7
8
9
# File 'lib/transcriber/resource/key/href.rb', line 7

def initialize
  super(:href)
end