Class: Gitlab::BlamePresenter::CommitData

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/gitlab/blame_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#age_map_classObject

Returns the value of attribute age_map_class

Returns:

  • (Object)

    the current value of age_map_class



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def age_map_class
  @age_map_class
end

#author_avatarObject

Returns the value of attribute author_avatar

Returns:

  • (Object)

    the current value of author_avatar



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def author_avatar
  @author_avatar
end

Returns the value of attribute commit_author_link

Returns:

  • (Object)

    the current value of commit_author_link



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def commit_author_link
  @commit_author_link
end

Returns the value of attribute commit_link

Returns:

  • (Object)

    the current value of commit_link



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def commit_link
  @commit_link
end

Returns the value of attribute project_blame_link

Returns:

  • (Object)

    the current value of project_blame_link



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def project_blame_link
  @project_blame_link
end

#time_ago_tooltipObject

Returns the value of attribute time_ago_tooltip

Returns:

  • (Object)

    the current value of time_ago_tooltip



16
17
18
# File 'app/presenters/gitlab/blame_presenter.rb', line 16

def time_ago_tooltip
  @time_ago_tooltip
end