Class: Yass::Declarations::ClipPath::XywhRect
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::XywhRect
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(height kind round width x y).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2283 2284 2285 |
# File 'lib/yass/declarations.rb', line 2283 def accept(visitor) visitor.visit_declaration_clip_path_xywh_rect(self) end |
#kind ⇒ Object
2287 2288 2289 |
# File 'lib/yass/declarations.rb', line 2287 def kind :xywh_rect end |