Class: Citation::Webpage

Inherits:
Citation show all
Defined in:
lib/citation.rb

Instance Attribute Summary collapse

Attributes inherited from Citation

#abstract, #authors, #bibtype, #ident, #quotes

Method Summary

Methods inherited from Citation

#initialize, #to_hash, #to_yaml

Constructor Details

This class inherits a constructor from Citation

Instance Attribute Details

#accessedObject

month, year, day are all for the creation of the media itself date last accessed (String: ‘yyyy-mm-dd’)



160
161
162
# File 'lib/citation.rb', line 160

def accessed
  @accessed
end

#dayObject

Returns the value of attribute day.



157
158
159
# File 'lib/citation.rb', line 157

def day
  @day
end

#monthObject

Returns the value of attribute month.



157
158
159
# File 'lib/citation.rb', line 157

def month
  @month
end

#titleObject

Returns the value of attribute title.



157
158
159
# File 'lib/citation.rb', line 157

def title
  @title
end

#urlObject

Returns the value of attribute url.



157
158
159
# File 'lib/citation.rb', line 157

def url
  @url
end

#yearObject

Returns the value of attribute year.



157
158
159
# File 'lib/citation.rb', line 157

def year
  @year
end