Class: Yass::Declarations::Length::ViewportPercentage
- Inherits:
-
Object
- Object
- Yass::Declarations::Length::ViewportPercentage
- Includes:
- Node
- Defined in:
- lib/yass/declarations.rb
Constant Summary collapse
- RUBY_METHODS =
%i(kind unit value).freeze
Instance Method Summary collapse
Methods included from Node
Instance Method Details
#accept(visitor) ⇒ Object
5213 5214 5215 |
# File 'lib/yass/declarations.rb', line 5213 def accept(visitor) visitor.(self) end |
#kind ⇒ Object
5217 5218 5219 |
# File 'lib/yass/declarations.rb', line 5217 def kind :viewport_percentage end |