Class: MiniCSS::AST::URL
- Inherits:
-
Object
- Object
- MiniCSS::AST::URL
- Defined in:
- lib/minicss/ast/url.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ URL
constructor
A new instance of URL.
Constructor Details
#initialize(value) ⇒ URL
Returns a new instance of URL.
8 9 10 |
# File 'lib/minicss/ast/url.rb', line 8 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
6 7 8 |
# File 'lib/minicss/ast/url.rb', line 6 def value @value end |