Class: GitExplorer::GitStatus

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



8
9
10
# File 'lib/git_explorer.rb', line 8

def branch
  @branch
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



8
9
10
# File 'lib/git_explorer.rb', line 8

def files
  @files
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



8
9
10
# File 'lib/git_explorer.rb', line 8

def project_name
  @project_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/git_explorer.rb', line 8

def status
  @status
end