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



16
17
18
# File 'lib/rails_wayback/git.rb', line 16

def author
  @author
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



16
17
18
# File 'lib/rails_wayback/git.rb', line 16

def date
  @date
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



16
17
18
# File 'lib/rails_wayback/git.rb', line 16

def sha
  @sha
end

#short_shaObject

Returns the value of attribute short_sha

Returns:

  • (Object)

    the current value of short_sha



16
17
18
# File 'lib/rails_wayback/git.rb', line 16

def short_sha
  @short_sha
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



16
17
18
# File 'lib/rails_wayback/git.rb', line 16

def subject
  @subject
end