Class: ComicVine::Resource::Person

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

Overview

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



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def aliases
  @aliases
end

#api_detail_urlObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def api_detail_url
  @api_detail_url
end

#birthObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def birth
  @birth
end

#count_of_issue_appearancesObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def count_of_issue_appearances
  @count_of_issue_appearances
end

#countryObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def country
  @country
end

#created_charactersObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def created_characters
  @created_characters
end

#date_addedObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def date_added
  @date_added
end

#date_last_updatedObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def date_last_updated
  @date_last_updated
end

#deathObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def death
  @death
end

#deckObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def deck
  @deck
end

#descriptionObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def description
  @description
end

#emailObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def email
  @email
end

#genderObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def gender
  @gender
end

#hometownObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def hometown
  @hometown
end

#idObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def id
  @id
end

#imageObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def image
  @image
end

#issue_creditsObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def issue_credits
  @issue_credits
end

#nameObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def name
  @name
end

#site_detail_urlObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def site_detail_url
  @site_detail_url
end

#story_arc_creditsObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def story_arc_credits
  @story_arc_credits
end

#volume_creditsObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def volume_credits
  @volume_credits
end

#websiteObject

Since:

  • 0.1.2



112
113
114
# File 'lib/comicvine/resource/resources.rb', line 112

def website
  @website
end