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



54
55
56
# File 'lib/git_explorer.rb', line 54

def full_line
  @full_line
end

#git_repositoryObject

Returns the value of attribute git_repository



54
55
56
# File 'lib/git_explorer.rb', line 54

def git_repository
  @git_repository
end

#stateObject

Returns the value of attribute state



54
55
56
# File 'lib/git_explorer.rb', line 54

def state
  @state
end