Class: Yass::Declarations::ClipPath::XywhRect

Inherits:
Object
  • Object
show all
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

#to_h

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

#kindObject



2287
2288
2289
# File 'lib/yass/declarations.rb', line 2287

def kind
  :xywh_rect
end