Class: TryIt

Inherits:
Object show all
Defined in:
lib/tryit.rb,
lib/tryit/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Class Attribute Summary collapse

Class Attribute Details

.exceptionsObject

Returns the value of attribute exceptions.



5
6
7
# File 'lib/tryit.rb', line 5

def exceptions
  @exceptions
end

.handlerObject

Returns the value of attribute handler.



5
6
7
# File 'lib/tryit.rb', line 5

def handler
  @handler
end