Class: Destroyable
- Inherits:
-
Object
- Object
- Destroyable
- Defined in:
- lib/ff/ruby/server/sdk/common/destroyable.rb
Instance Method Summary collapse
- #destroy ⇒ Object
-
#initialize ⇒ Destroyable
constructor
A new instance of Destroyable.
Constructor Details
#initialize ⇒ Destroyable
Returns a new instance of Destroyable.
3 4 5 6 |
# File 'lib/ff/ruby/server/sdk/common/destroyable.rb', line 3 def initialize @tbi = "to be implemented" end |
Instance Method Details
#destroy ⇒ Object
8 9 10 11 |
# File 'lib/ff/ruby/server/sdk/common/destroyable.rb', line 8 def destroy raise @tbi end |