Exception: Bcdatabase::Commands::ForcedExit
- Inherits:
-
StandardError
- Object
- StandardError
- Bcdatabase::Commands::ForcedExit
- Defined in:
- lib/bcdatabase/commands.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(code) ⇒ ForcedExit
constructor
A new instance of ForcedExit.
Constructor Details
#initialize(code) ⇒ ForcedExit
Returns a new instance of ForcedExit.
11 12 13 |
# File 'lib/bcdatabase/commands.rb', line 11 def initialize(code) @code = code end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
9 10 11 |
# File 'lib/bcdatabase/commands.rb', line 9 def code @code end |