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