Class: Onboard::Repo

Inherits:
Thor
  • Object
show all
Defined in:
lib/onboard/repo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject (readonly)

Returns the value of attribute branch.



11
12
13
# File 'lib/onboard/repo.rb', line 11

def branch
  @branch
end

#codebaseObject (readonly)

Returns the value of attribute codebase.



11
12
13
# File 'lib/onboard/repo.rb', line 11

def codebase
  @codebase
end

#gObject (readonly)

Returns the value of attribute g.



11
12
13
# File 'lib/onboard/repo.rb', line 11

def g
  @g
end

#pathObject (readonly)

Returns the value of attribute path.



11
12
13
# File 'lib/onboard/repo.rb', line 11

def path
  @path
end

#projectsObject (readonly)

Returns the value of attribute projects.



11
12
13
# File 'lib/onboard/repo.rb', line 11

def projects
  @projects
end