Class: ComicVine::Resource::Location
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
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def aliases
@aliases
end
|
#api_detail_url ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def api_detail_url
@api_detail_url
end
|
#count_of_issue_appearances ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def count_of_issue_appearances
@count_of_issue_appearances
end
|
#date_added ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def date_added
@date_added
end
|
#date_last_updated ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def date_last_updated
@date_last_updated
end
|
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def deck
@deck
end
|
#description ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def description
@description
end
|
#first_appeared_in_issue ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def first_appeared_in_issue
@first_appeared_in_issue
end
|
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def id
@id
end
|
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def image
@image
end
|
#issue_credits ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def issue_credits
@issue_credits
end
|
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def movies
@movies
end
|
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def name
@name
end
|
#site_detail_url ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def site_detail_url
@site_detail_url
end
|
#start_year ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def start_year
@start_year
end
|
#story_arc_credits ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def story_arc_credits
@story_arc_credits
end
|
#volume_credits ⇒ Object
77
78
79
|
# File 'lib/comicvine/resource/resources.rb', line 77
def volume_credits
@volume_credits
end
|