Class: Octopi::Plan
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#collaborators ⇒ Object
Returns the value of attribute collaborators.
-
#name ⇒ Object
Returns the value of attribute name.
-
#private_repos ⇒ Object
Returns the value of attribute private_repos.
-
#space ⇒ Object
Returns the value of attribute space.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#error=, #initialize, #property, #save
Constructor Details
This class inherits a constructor from Octopi::Base
Instance Attribute Details
#collaborators ⇒ Object
Returns the value of attribute collaborators.
3 4 5 |
# File 'lib/octopi/plan.rb', line 3 def collaborators @collaborators end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/octopi/plan.rb', line 3 def name @name end |
#private_repos ⇒ Object
Returns the value of attribute private_repos.
3 4 5 |
# File 'lib/octopi/plan.rb', line 3 def private_repos @private_repos end |
#space ⇒ Object
Returns the value of attribute space.
3 4 5 |
# File 'lib/octopi/plan.rb', line 3 def space @space end |