Class: Nzbn::Models::Watchlist

Inherits:
Base
  • Object
show all
Defined in:
lib/nzbn/models/watchlist.rb

Overview

Watchlist model

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from Nzbn::Models::Base

Instance Attribute Details

#admin_email_addressObject

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_tokenObject

Returns the value of attribute authorization_token.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def authorization_token
  @authorization_token
end

#change_event_typesObject

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

#channelObject

Returns the value of attribute channel.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def channel
  @channel
end

#frequencyObject

Returns the value of attribute frequency.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def frequency
  @frequency
end

#from_dateObject

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_idObject

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

Returns the value of attribute links.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def links
  @links
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def name
  @name
end

#nzbnsObject

Returns the value of attribute nzbns.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def nzbns
  @nzbns
end

#organisation_idObject

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_endpointObject

Returns the value of attribute push_endpoint.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def push_endpoint
  @push_endpoint
end

#suspendedObject

Returns the value of attribute suspended.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def suspended
  @suspended
end

#to_dateObject

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_idObject

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_addressesObject

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_idObject

Returns the value of attribute watchlist_id.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def watchlist_id
  @watchlist_id
end

#wildcardObject

Returns the value of attribute wildcard.



7
8
9
# File 'lib/nzbn/models/watchlist.rb', line 7

def wildcard
  @wildcard
end