Class: Nzbn::Models::Website

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

Overview

Website 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

#start_dateObject

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_identifierObject

Returns the value of attribute unique_identifier.



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

def unique_identifier
  @unique_identifier
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#website_purposeObject

Returns the value of attribute website_purpose.



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

def website_purpose
  @website_purpose
end