Class: GitExplorer::Explorer::Line
- Inherits:
-
Struct
- Object
- Struct
- GitExplorer::Explorer::Line
- Defined in:
- lib/git_explorer.rb
Instance Attribute Summary collapse
-
#full_line ⇒ Object
Returns the value of attribute full_line.
-
#git_repository ⇒ Object
Returns the value of attribute git_repository.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#full_line ⇒ Object
Returns the value of attribute full_line
76 77 78 |
# File 'lib/git_explorer.rb', line 76 def full_line @full_line end |
#git_repository ⇒ Object
Returns the value of attribute git_repository
76 77 78 |
# File 'lib/git_explorer.rb', line 76 def git_repository @git_repository end |
#state ⇒ Object
Returns the value of attribute state
76 77 78 |
# File 'lib/git_explorer.rb', line 76 def state @state end |