Class: PTLog::Wrappers::ChangeLog
- Inherits:
-
Object
- Object
- PTLog::Wrappers::ChangeLog
- Defined in:
- lib/ptlog/wrappers/changelog.rb
Instance Attribute Summary collapse
-
#git ⇒ Object
readonly
Returns the value of attribute git.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
- #date ⇒ Object
-
#initialize ⇒ ChangeLog
constructor
A new instance of ChangeLog.
- #releases ⇒ Object
Constructor Details
Instance Attribute Details
#git ⇒ Object (readonly)
Returns the value of attribute git.
3 4 5 |
# File 'lib/ptlog/wrappers/changelog.rb', line 3 def git @git end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags.
3 4 5 |
# File 'lib/ptlog/wrappers/changelog.rb', line 3 def @tags end |
Instance Method Details
#date ⇒ Object
11 12 13 |
# File 'lib/ptlog/wrappers/changelog.rb', line 11 def date Time.new.utc.strftime('%I:%M%P %D UTC') end |