Class: ComicVine::Resource::Publisher

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

Overview

Extends ComicVine::Resource to add publisher 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

#aliasesObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def aliases
  @aliases
end

#api_detail_urlObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def api_detail_url
  @api_detail_url
end

#charactersObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def characters
  @characters
end

#date_addedObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def date_added
  @date_added
end

#date_last_updatedObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def date_last_updated
  @date_last_updated
end

#deckObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def deck
  @deck
end

#descriptionObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def description
  @description
end

#idObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def id
  @id
end

#imageObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def image
  @image
end

#location_addressObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def location_address
  @location_address
end

#location_cityObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def location_city
  @location_city
end

#location_stateObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def location_state
  @location_state
end

#nameObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def name
  @name
end

#site_detail_urlObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def site_detail_url
  @site_detail_url
end

#story_arcsObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def story_arcs
  @story_arcs
end

#teamsObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def teams
  @teams
end

#volumesObject

Since:

  • 0.1.2



136
137
138
# File 'lib/comicvine/resource/resources.rb', line 136

def volumes
  @volumes
end