Class: Nzbn::Models::Watchlist
- Defined in:
- lib/nzbn/models/watchlist.rb
Overview
Watchlist model
Instance Attribute Summary collapse
-
#admin_email_address ⇒ Object
Returns the value of attribute admin_email_address.
-
#authorization_token ⇒ Object
Returns the value of attribute authorization_token.
-
#change_event_types ⇒ Object
Returns the value of attribute change_event_types.
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#last_successful_change_notice_id ⇒ Object
Returns the value of attribute last_successful_change_notice_id.
-
#links ⇒ Object
Returns the value of attribute links.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nzbns ⇒ Object
Returns the value of attribute nzbns.
-
#organisation_id ⇒ Object
Returns the value of attribute organisation_id.
-
#push_endpoint ⇒ Object
Returns the value of attribute push_endpoint.
-
#suspended ⇒ Object
Returns the value of attribute suspended.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#watchlist_email_addresses ⇒ Object
Returns the value of attribute watchlist_email_addresses.
-
#watchlist_id ⇒ Object
Returns the value of attribute watchlist_id.
-
#wildcard ⇒ Object
Returns the value of attribute wildcard.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#admin_email_address ⇒ Object
Returns the value of attribute admin_email_address.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def admin_email_address @admin_email_address end |
#authorization_token ⇒ Object
Returns the value of attribute authorization_token.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def @authorization_token end |
#change_event_types ⇒ Object
Returns the value of attribute change_event_types.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def change_event_types @change_event_types end |
#channel ⇒ Object
Returns the value of attribute channel.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def channel @channel end |
#frequency ⇒ Object
Returns the value of attribute frequency.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def frequency @frequency end |
#from_date ⇒ Object
Returns the value of attribute from_date.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def from_date @from_date end |
#last_successful_change_notice_id ⇒ Object
Returns the value of attribute last_successful_change_notice_id.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def last_successful_change_notice_id @last_successful_change_notice_id end |
#links ⇒ Object
Returns the value of attribute links.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def links @links end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def name @name end |
#nzbns ⇒ Object
Returns the value of attribute nzbns.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def nzbns @nzbns end |
#organisation_id ⇒ Object
Returns the value of attribute organisation_id.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def organisation_id @organisation_id end |
#push_endpoint ⇒ Object
Returns the value of attribute push_endpoint.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def push_endpoint @push_endpoint end |
#suspended ⇒ Object
Returns the value of attribute suspended.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def suspended @suspended end |
#to_date ⇒ Object
Returns the value of attribute to_date.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def to_date @to_date end |
#user_id ⇒ Object
Returns the value of attribute user_id.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def user_id @user_id end |
#watchlist_email_addresses ⇒ Object
Returns the value of attribute watchlist_email_addresses.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def watchlist_email_addresses @watchlist_email_addresses end |
#watchlist_id ⇒ Object
Returns the value of attribute watchlist_id.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def watchlist_id @watchlist_id end |
#wildcard ⇒ Object
Returns the value of attribute wildcard.
7 8 9 |
# File 'lib/nzbn/models/watchlist.rb', line 7 def wildcard @wildcard end |