Class: Circler::Project
- Inherits:
-
Object
- Object
- Circler::Project
- Defined in:
- lib/circler/response/project.rb
Class Method Summary collapse
Instance Method Summary collapse
- #information ⇒ Object
-
#initialize(hash) ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize(hash) ⇒ Project
Returns a new instance of Project.
5 6 7 |
# File 'lib/circler/response/project.rb', line 5 def initialize(hash) @hash = hash end |
Class Method Details
Instance Method Details
#information ⇒ Object
9 10 11 |
# File 'lib/circler/response/project.rb', line 9 def information [@hash['username'], @hash['reponame']] end |