Class: Citation::Webpage
Instance Attribute Summary collapse
-
#accessed ⇒ Object
month, year, day are all for the creation of the media itself date last accessed (String: ‘yyyy-mm-dd’).
-
#day ⇒ Object
Returns the value of attribute day.
-
#month ⇒ Object
Returns the value of attribute month.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
-
#year ⇒ Object
Returns the value of attribute year.
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
#accessed ⇒ Object
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 |
#day ⇒ Object
Returns the value of attribute day.
157 158 159 |
# File 'lib/citation.rb', line 157 def day @day end |
#month ⇒ Object
Returns the value of attribute month.
157 158 159 |
# File 'lib/citation.rb', line 157 def month @month end |
#title ⇒ Object
Returns the value of attribute title.
157 158 159 |
# File 'lib/citation.rb', line 157 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
157 158 159 |
# File 'lib/citation.rb', line 157 def url @url end |
#year ⇒ Object
Returns the value of attribute year.
157 158 159 |
# File 'lib/citation.rb', line 157 def year @year end |