Class: ComicVine::Resource::Video

Inherits:
ComicVine::Resource show all
Defined in:
lib/comicvine/resource/resources.rb

Overview

Extends ComicVine::Resource to add video resource attributes

Since:

  • 0.1.2

Instance Attribute Summary collapse

Method Summary

Methods inherited from ComicVine::Resource

create_resource, #fetch, #fetch!, identify_and_update_response, identify_type, #initialize, #method_missing, #resource_type

Constructor Details

This class inherits a constructor from ComicVine::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ComicVine::Resource

Instance Attribute Details

#api_detail_urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def api_detail_url
  @api_detail_url
end

#deckObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def deck
  @deck
end

#hd_urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def hd_url
  @hd_url
end

#high_urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def high_url
  @high_url
end

#idObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def id
  @id
end

#imageObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def image
  @image
end

#length_secondsObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def length_seconds
  @length_seconds
end

#low_urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def low_url
  @low_url
end

#nameObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def name
  @name
end

#publish_dateObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def publish_date
  @publish_date
end

#site_detail_urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def site_detail_url
  @site_detail_url
end

#urlObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def url
  @url
end

#userObject

Since:

  • 0.1.2



181
182
183
# File 'lib/comicvine/resource/resources.rb', line 181

def user
  @user
end