Class: Yass::Declarations::ClipPath::Rect
- Inherits:
-
Object
- Object
- Yass::Declarations::ClipPath::Rect
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
2255 2256 2257 |
# File 'lib/yass/declarations.rb', line 2255 def accept(visitor) visitor.visit_declaration_clip_path_rect(self) end |
#kind ⇒ Object
2259 2260 2261 |
# File 'lib/yass/declarations.rb', line 2259 def kind :rect end |