Class: Giexp::Run
- Inherits:
-
Object
- Object
- Giexp::Run
- Defined in:
- lib/giexp/run.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Run
constructor
A new instance of Run.
- #start(options = {}) ⇒ Object
Constructor Details
Instance Method Details
#start(options = {}) ⇒ Object
9 10 11 12 13 |
# File 'lib/giexp/run.rb', line 9 def start( = {}) require 'pp' issues = @client.issues() pp issues end |