Class: ComicVine::Resource::Origin
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
#api_detail_url ⇒ Object
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def api_detail_url
@api_detail_url
end
|
#character_set ⇒ Object
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def character_set
@character_set
end
|
#characters ⇒ Object
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def characters
@characters
end
|
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def id
@id
end
|
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def name
@name
end
|
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def profiles
@profiles
end
|
#site_detail_url ⇒ Object
105
106
107
|
# File 'lib/comicvine/resource/resources.rb', line 105
def site_detail_url
@site_detail_url
end
|