Class: TorigoyaKit::TicketResult
- Inherits:
-
Object
- Object
- TorigoyaKit::TicketResult
- Defined in:
- lib/torigoya_kit/result.rb
Instance Attribute Summary collapse
-
#compile ⇒ Object
Returns the value of attribute compile.
-
#link ⇒ Object
Returns the value of attribute link.
-
#run ⇒ Object
Returns the value of attribute run.
Instance Method Summary collapse
-
#initialize(compile = nil, link = nil, run = {}) ⇒ TicketResult
constructor
A new instance of TicketResult.
Constructor Details
#initialize(compile = nil, link = nil, run = {}) ⇒ TicketResult
Returns a new instance of TicketResult.
17 18 19 20 21 |
# File 'lib/torigoya_kit/result.rb', line 17 def initialize(compile=nil, link=nil, run={}) @compile = compile @link = link @run = run end |
Instance Attribute Details
#compile ⇒ Object
Returns the value of attribute compile.
22 23 24 |
# File 'lib/torigoya_kit/result.rb', line 22 def compile @compile end |
#link ⇒ Object
Returns the value of attribute link.
22 23 24 |
# File 'lib/torigoya_kit/result.rb', line 22 def link @link end |
#run ⇒ Object
Returns the value of attribute run.
22 23 24 |
# File 'lib/torigoya_kit/result.rb', line 22 def run @run end |