Class: ComicVine::Resource::Volume
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
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def aliases
@aliases
end
|
#api_detail_url ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def api_detail_url
@api_detail_url
end
|
#character_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def character_credits
@character_credits
end
|
#concept_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def concept_credits
@concept_credits
end
|
#count_of_issues ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def count_of_issues
@count_of_issues
end
|
#date_added ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def date_added
@date_added
end
|
#date_last_updated ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def date_last_updated
@date_last_updated
end
|
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def deck
@deck
end
|
#description ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def description
@description
end
|
#first_issue ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def first_issue
@first_issue
end
|
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def id
@id
end
|
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def image
@image
end
|
#last_issue ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def last_issue
@last_issue
end
|
#location_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def location_credits
@location_credits
end
|
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def name
@name
end
|
#object_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def object_credits
@object_credits
end
|
#person_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def person_credits
@person_credits
end
|
#publisher ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def publisher
@publisher
end
|
#site_detail_url ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def site_detail_url
@site_detail_url
end
|
#start_year ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def start_year
@start_year
end
|
#team_credits ⇒ Object
203
204
205
|
# File 'lib/comicvine/resource/resources.rb', line 203
def team_credits
@team_credits
end
|