Class: Octopi::Plan

Inherits:
Base
  • Object
show all
Defined in:
lib/octopi/plan.rb

Constant Summary

Constants inherited from Base

Base::VALID

Instance Attribute Summary collapse

Attributes inherited from Base

#api

Method Summary

Methods inherited from Base

#error=, #initialize, #property, #save

Constructor Details

This class inherits a constructor from Octopi::Base

Instance Attribute Details

#collaboratorsObject

Returns the value of attribute collaborators.



3
4
5
# File 'lib/octopi/plan.rb', line 3

def collaborators
  @collaborators
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/octopi/plan.rb', line 3

def name
  @name
end

#private_reposObject

Returns the value of attribute private_repos.



3
4
5
# File 'lib/octopi/plan.rb', line 3

def private_repos
  @private_repos
end

#spaceObject

Returns the value of attribute space.



3
4
5
# File 'lib/octopi/plan.rb', line 3

def space
  @space
end