Class: GitExplorer::Explorer::Line

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

Instance Attribute Summary collapse

Instance Attribute Details

#full_lineObject

Returns the value of attribute full_line

Returns:

  • (Object)

    the current value of full_line



76
77
78
# File 'lib/git_explorer.rb', line 76

def full_line
  @full_line
end

#git_repositoryObject

Returns the value of attribute git_repository

Returns:

  • (Object)

    the current value of git_repository



76
77
78
# File 'lib/git_explorer.rb', line 76

def git_repository
  @git_repository
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



76
77
78
# File 'lib/git_explorer.rb', line 76

def state
  @state
end