Class: ComicVine::Resource::Character
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
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def aliases
@aliases
end
|
#api_detail_url ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def api_detail_url
@api_detail_url
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def birth
@birth
end
|
#character_enemies ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def character_enemies
@character_enemies
end
|
#character_friends ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def character_friends
@character_friends
end
|
#count_of_issue_appearances ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def count_of_issue_appearances
@count_of_issue_appearances
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def creators
@creators
end
|
#date_added ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def date_added
@date_added
end
|
#date_last_updated ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def date_last_updated
@date_last_updated
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def deck
@deck
end
|
#description ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def description
@description
end
|
#first_appeared_in_issue ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def first_appeared_in_issue
@first_appeared_in_issue
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def gender
@gender
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def id
@id
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def image
@image
end
|
#issue_credits ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def issue_credits
@issue_credits
end
|
#issues_died_in ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def issues_died_in
@issues_died_in
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def movies
@movies
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def name
@name
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def origin
@origin
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def powers
@powers
end
|
#publisher ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def publisher
@publisher
end
|
#real_name ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def real_name
@real_name
end
|
#site_detail_url ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def site_detail_url
@site_detail_url
end
|
#story_arc_credits ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def story_arc_credits
@story_arc_credits
end
|
#team_enemies ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def team_enemies
@team_enemies
end
|
#team_friends ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def team_friends
@team_friends
end
|
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def teams
@teams
end
|
#volume_credits ⇒ Object
26
27
28
|
# File 'lib/comicvine/resource/resources.rb', line 26
def volume_credits
@volume_credits
end
|