Class: WonderCroc::Subscription

Inherits:
Object
  • Object
show all
Defined in:
lib/wondercroc/subscription.rb

Overview

A subscription is a single RSS feed that is subscribed to by NewsGator.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/wondercroc/subscription.rb', line 7

def description
  @description
end

#folder_idObject

Returns the value of attribute folder_id.



7
8
9
# File 'lib/wondercroc/subscription.rb', line 7

def folder_id
  @folder_id
end

#html_urlObject

Returns the value of attribute html_url.



6
7
8
# File 'lib/wondercroc/subscription.rb', line 6

def html_url
  @html_url
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/wondercroc/subscription.rb', line 6

def id
  @id
end

#subscriber_countObject

Returns the value of attribute subscriber_count.



7
8
9
# File 'lib/wondercroc/subscription.rb', line 7

def subscriber_count
  @subscriber_count
end

#sync_xml_urlObject

Returns the value of attribute sync_xml_url.



6
7
8
# File 'lib/wondercroc/subscription.rb', line 6

def sync_xml_url
  @sync_xml_url
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/wondercroc/subscription.rb', line 6

def title
  @title
end

#unreadObject

Returns the value of attribute unread.



8
9
10
# File 'lib/wondercroc/subscription.rb', line 8

def unread
  @unread
end

#unseenObject

Returns the value of attribute unseen.



7
8
9
# File 'lib/wondercroc/subscription.rb', line 7

def unseen
  @unseen
end

#updatedObject

Returns the value of attribute updated.



8
9
10
# File 'lib/wondercroc/subscription.rb', line 8

def updated
  @updated
end

#use_default_credentialsObject

Returns the value of attribute use_default_credentials.



8
9
10
# File 'lib/wondercroc/subscription.rb', line 8

def use_default_credentials
  @use_default_credentials
end

#xml_urlObject

Returns the value of attribute xml_url.



6
7
8
# File 'lib/wondercroc/subscription.rb', line 6

def xml_url
  @xml_url
end