Class: ComicVine::Resource::Type

Inherits:
ComicVine::Resource show all
Defined in:
lib/comicvine/resource/resources.rb

Overview

Extends ComicVine::Resource to add type resource attributes

Since:

  • 0.1.2

Instance Attribute Summary collapse

Method Summary

Methods inherited from ComicVine::Resource

create_resource, #fetch, #fetch!, identify_and_update_response, identify_type, #initialize, #method_missing, #resource_type

Constructor Details

This class inherits a constructor from ComicVine::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ComicVine::Resource

Instance Attribute Details

#detail_resource_nameObject

Since:

  • 0.1.2



174
175
176
# File 'lib/comicvine/resource/resources.rb', line 174

def detail_resource_name
  @detail_resource_name
end

#idObject

Since:

  • 0.1.2



174
175
176
# File 'lib/comicvine/resource/resources.rb', line 174

def id
  @id
end

#list_resource_nameObject

Since:

  • 0.1.2



174
175
176
# File 'lib/comicvine/resource/resources.rb', line 174

def list_resource_name
  @list_resource_name
end