Class: Shoes::Mock::Oval
- Inherits:
-
Object
- Object
- Shoes::Mock::Oval
- Includes:
- Clickable, CommonMethods
- Defined in:
- shoes-core/lib/shoes/mock/oval.rb
Instance Method Summary collapse
-
#initialize(_dsl, _app) ⇒ Oval
constructor
A new instance of Oval.
Methods included from Clickable
Methods included from CommonMethods
#update_fill, #update_position, #update_stroke, #update_visibility
Constructor Details
#initialize(_dsl, _app) ⇒ Oval
Returns a new instance of Oval.
9 10 |
# File 'shoes-core/lib/shoes/mock/oval.rb', line 9 def initialize(_dsl, _app) end |