Class: BitGirder::Event::Testing::Int32Event
- Inherits:
-
BitGirderClass
- Object
- BitGirderClass
- BitGirder::Event::Testing::Int32Event
- Defined in:
- lib/bitgirder/event/testing.rb
Constant Summary collapse
- TYPE_CODE =
0x0001
Class Method Summary collapse
Class Method Details
.from_i(i) ⇒ Object
18 |
# File 'lib/bitgirder/event/testing.rb', line 18 def self.from_i( i ); self.new( :i => i ); end |