Class: MCP::MCAbInt
- Inherits:
-
BinData::Primitive
- Object
- BinData::Primitive
- MCP::MCAbInt
- Defined in:
- lib/mcp/types.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
38 |
# File 'lib/mcp/types.rb', line 38 def get; return self.data/32; end |
#set(a) ⇒ Object
39 |
# File 'lib/mcp/types.rb', line 39 def set(a); self.data = a; end |