Class: ComicVine::Resource::Chat

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

Overview

Extends ComicVine::Resource to add chat 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



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def api_detail_url
  @api_detail_url
end

#channel_nameObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def channel_name
  @channel_name
end

#deckObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def deck
  @deck
end

#imageObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def image
  @image
end

#passwordObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def password
  @password
end

#site_detail_urlObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def site_detail_url
  @site_detail_url
end

#titleObject

Since:

  • 0.1.2



37
38
39
# File 'lib/comicvine/resource/resources.rb', line 37

def title
  @title
end