Class: RailsWayback::Git::Commit

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



13
14
15
# File 'lib/rails_wayback/git.rb', line 13

def author
  @author
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



13
14
15
# File 'lib/rails_wayback/git.rb', line 13

def date
  @date
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



13
14
15
# File 'lib/rails_wayback/git.rb', line 13

def sha
  @sha
end

#short_shaObject

Returns the value of attribute short_sha

Returns:

  • (Object)

    the current value of short_sha



13
14
15
# File 'lib/rails_wayback/git.rb', line 13

def short_sha
  @short_sha
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



13
14
15
# File 'lib/rails_wayback/git.rb', line 13

def subject
  @subject
end