Class: Version
- Inherits:
-
Object
- Object
- Version
- Defined in:
- lib/audit/lib/version.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#updateUri ⇒ Object
Returns the value of attribute updateUri.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/audit/lib/version.rb', line 4 def description @description end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
5 6 7 |
# File 'lib/audit/lib/version.rb', line 5 def @timestamp end |
#updateUri ⇒ Object
Returns the value of attribute updateUri.
6 7 8 |
# File 'lib/audit/lib/version.rb', line 6 def updateUri @updateUri end |