Class: Giblish::FileHistory::LogEntry

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

Overview

History info from git

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



6
7
8
# File 'lib/giblish/conversion_info.rb', line 6

def author
  @author
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



6
7
8
# File 'lib/giblish/conversion_info.rb', line 6

def date
  @date
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'lib/giblish/conversion_info.rb', line 6

def message
  @message
end

#sha1Object

Returns the value of attribute sha1

Returns:

  • (Object)

    the current value of sha1



6
7
8
# File 'lib/giblish/conversion_info.rb', line 6

def sha1
  @sha1
end