Class: ComicVine::Resource::Person
Overview
Instance Attribute Summary collapse
Method Summary
create_resource, #fetch, #fetch!, identify_and_update_response, identify_type, #initialize, #method_missing, #resource_type
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class ComicVine::Resource
Instance Attribute Details
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def aliases
@aliases
end
|
#api_detail_url ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def api_detail_url
@api_detail_url
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def birth
@birth
end
|
#count_of_issue_appearances ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def count_of_issue_appearances
@count_of_issue_appearances
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def country
@country
end
|
#created_characters ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def created_characters
@created_characters
end
|
#date_added ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def date_added
@date_added
end
|
#date_last_updated ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def date_last_updated
@date_last_updated
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def death
@death
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def deck
@deck
end
|
#description ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def description
@description
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def email
@email
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def gender
@gender
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def hometown
@hometown
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def id
@id
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def image
@image
end
|
#issue_credits ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def issue_credits
@issue_credits
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def name
@name
end
|
#site_detail_url ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def site_detail_url
@site_detail_url
end
|
#story_arc_credits ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def story_arc_credits
@story_arc_credits
end
|
#volume_credits ⇒ Object
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def volume_credits
@volume_credits
end
|
112
113
114
|
# File 'lib/comicvine/resource/resources.rb', line 112
def website
@website
end
|