class Sass::Tree::KeyframeRuleNode
Attributes
The text of the directive after any interpolated SassScript has been resolved. Since this is only a static node, this is the only value property.
@return [String]
Public Class Methods
Source
# File lib/sass/tree/keyframe_rule_node.rb, line 10 def initialize(resolved_value) @resolved_value = resolved_value super() end
@param resolved_value
[String] See {#resolved_value}
Calls superclass method