Class: Hokusai::Mouse
- Inherits:
-
Object
- Object
- Hokusai::Mouse
- Defined in:
- ui/src/hokusai/types.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(raw) ⇒ Mouse
constructor
A new instance of Mouse.
Constructor Details
#initialize(raw) ⇒ Mouse
Returns a new instance of Mouse.
219 220 221 |
# File 'ui/src/hokusai/types.rb', line 219 def initialize(raw) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
217 218 219 |
# File 'ui/src/hokusai/types.rb', line 217 def raw @raw end |