Class: Giblish::DocInfo::DocHistory

Inherits:
Object
  • Object
show all
Defined in:
lib/giblish/docinfo.rb

Overview

History info from git

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



9
10
11
# File 'lib/giblish/docinfo.rb', line 9

def author
  @author
end

#dateObject

Returns the value of attribute date.



9
10
11
# File 'lib/giblish/docinfo.rb', line 9

def date
  @date
end

#messageObject

Returns the value of attribute message.



9
10
11
# File 'lib/giblish/docinfo.rb', line 9

def message
  @message
end