Class: Nzbn::Models::Website
Overview
Website model
Instance Attribute Summary collapse
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
-
#url ⇒ Object
Returns the value of attribute url.
-
#website_purpose ⇒ Object
Returns the value of attribute website_purpose.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'lib/nzbn/models/website.rb', line 7 def start_date @start_date end |
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
7 8 9 |
# File 'lib/nzbn/models/website.rb', line 7 def unique_identifier @unique_identifier end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/nzbn/models/website.rb', line 7 def url @url end |
#website_purpose ⇒ Object
Returns the value of attribute website_purpose.
7 8 9 |
# File 'lib/nzbn/models/website.rb', line 7 def website_purpose @website_purpose end |