Class: Commit

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



15
16
17
# File 'lib/mesa_test.rb', line 15

def author
  @author
end

#datetimeObject

Returns the value of attribute datetime

Returns:

  • (Object)

    the current value of datetime



15
16
17
# File 'lib/mesa_test.rb', line 15

def datetime
  @datetime
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
16
17
# File 'lib/mesa_test.rb', line 15

def message
  @message
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



15
16
17
# File 'lib/mesa_test.rb', line 15

def revision
  @revision
end