Class: Mayu::CSS::ComposeDependency
- Inherits:
-
Data
- Object
- Data
- Mayu::CSS::ComposeDependency
- Defined in:
- lib/mayu/css.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#specifier ⇒ Object
readonly
Returns the value of attribute specifier.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
24 25 26 |
# File 'lib/mayu/css.rb', line 24 def name @name end |
#specifier ⇒ Object (readonly)
Returns the value of attribute specifier
24 25 26 |
# File 'lib/mayu/css.rb', line 24 def specifier @specifier end |