Class: SlideshareApi::Model::Slideshow
- Inherits:
-
Object
- Object
- SlideshareApi::Model::Slideshow
- Defined in:
- lib/slideshare_api/model/slideshow.rb
Instance Attribute Summary collapse
-
#comment_count ⇒ Object
Returns the value of attribute comment_count.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#download_count ⇒ Object
Returns the value of attribute download_count.
-
#embed ⇒ Object
Returns the value of attribute embed.
-
#favorite_count ⇒ Object
Returns the value of attribute favorite_count.
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_downloadable ⇒ Object
Returns the value of attribute is_downloadable.
-
#is_embaddable ⇒ Object
Returns the value of attribute is_embaddable.
-
#is_in_contest ⇒ Object
Returns the value of attribute is_in_contest.
-
#is_not_flagged ⇒ Object
Returns the value of attribute is_not_flagged.
-
#is_private ⇒ Object
Returns the value of attribute is_private.
-
#is_visible ⇒ Object
Returns the value of attribute is_visible.
-
#is_visible_by_contacts ⇒ Object
Returns the value of attribute is_visible_by_contacts.
-
#language ⇒ Object
Returns the value of attribute language.
-
#original_slideshow_xml ⇒ Object
Returns the value of attribute original_slideshow_xml.
-
#ppt_location ⇒ Object
Returns the value of attribute ppt_location.
-
#related_slideshow_ids ⇒ Object
Returns the value of attribute related_slideshow_ids.
-
#slide_count ⇒ Object
Returns the value of attribute slide_count.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stripped_title ⇒ Object
Returns the value of attribute stripped_title.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumbnail_size ⇒ Object
Returns the value of attribute thumbnail_size.
-
#thumbnail_small_url ⇒ Object
Returns the value of attribute thumbnail_small_url.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#url ⇒ Object
Returns the value of attribute url.
-
#url_is_secret ⇒ Object
Returns the value of attribute url_is_secret.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#username ⇒ Object
Returns the value of attribute username.
-
#view_count ⇒ Object
Returns the value of attribute view_count.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(slideshow_xml = nil) ⇒ Slideshow
constructor
A new instance of Slideshow.
Constructor Details
#initialize(slideshow_xml = nil) ⇒ Slideshow
Returns a new instance of Slideshow.
18 19 20 21 |
# File 'lib/slideshare_api/model/slideshow.rb', line 18 def initialize( = nil) @original_slideshow_xml = setup_attributes_from_xml if @original_slideshow_xml end |
Instance Attribute Details
#comment_count ⇒ Object
Returns the value of attribute comment_count.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def comment_count @comment_count end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def description @description end |
#download_count ⇒ Object
Returns the value of attribute download_count.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def download_count @download_count end |
#embed ⇒ Object
Returns the value of attribute embed.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def @embed end |
#favorite_count ⇒ Object
Returns the value of attribute favorite_count.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def favorite_count @favorite_count end |
#format ⇒ Object
Returns the value of attribute format.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def format @format end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def id @id end |
#is_downloadable ⇒ Object
Returns the value of attribute is_downloadable.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_downloadable @is_downloadable end |
#is_embaddable ⇒ Object
Returns the value of attribute is_embaddable.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_embaddable @is_embaddable end |
#is_in_contest ⇒ Object
Returns the value of attribute is_in_contest.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_in_contest @is_in_contest end |
#is_not_flagged ⇒ Object
Returns the value of attribute is_not_flagged.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_not_flagged @is_not_flagged end |
#is_private ⇒ Object
Returns the value of attribute is_private.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_private @is_private end |
#is_visible ⇒ Object
Returns the value of attribute is_visible.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_visible @is_visible end |
#is_visible_by_contacts ⇒ Object
Returns the value of attribute is_visible_by_contacts.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def is_visible_by_contacts @is_visible_by_contacts end |
#language ⇒ Object
Returns the value of attribute language.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def language @language end |
#original_slideshow_xml ⇒ Object
Returns the value of attribute original_slideshow_xml.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def @original_slideshow_xml end |
#ppt_location ⇒ Object
Returns the value of attribute ppt_location.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def ppt_location @ppt_location end |
#related_slideshow_ids ⇒ Object
Returns the value of attribute related_slideshow_ids.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def @related_slideshow_ids end |
#slide_count ⇒ Object
Returns the value of attribute slide_count.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def @slide_count end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def status @status end |
#stripped_title ⇒ Object
Returns the value of attribute stripped_title.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def stripped_title @stripped_title end |
#tags ⇒ Object
Returns the value of attribute tags.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def @tags end |
#thumbnail_size ⇒ Object
Returns the value of attribute thumbnail_size.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def thumbnail_size @thumbnail_size end |
#thumbnail_small_url ⇒ Object
Returns the value of attribute thumbnail_small_url.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def thumbnail_small_url @thumbnail_small_url end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def thumbnail_url @thumbnail_url end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def updated_at @updated_at end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def url @url end |
#url_is_secret ⇒ Object
Returns the value of attribute url_is_secret.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def url_is_secret @url_is_secret end |
#user_id ⇒ Object
Returns the value of attribute user_id.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def user_id @user_id end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def username @username end |
#view_count ⇒ Object
Returns the value of attribute view_count.
4 5 6 |
# File 'lib/slideshare_api/model/slideshow.rb', line 4 def view_count @view_count end |
Instance Method Details
#==(other) ⇒ Object
23 24 25 |
# File 'lib/slideshare_api/model/slideshow.rb', line 23 def ==(other) other.class == self.class && other.state == self.state end |