Class: Mayu::CSS::Export
- Inherits:
-
Data
- Object
- Data
- Mayu::CSS::Export
- Defined in:
- lib/mayu/css.rb
Instance Attribute Summary collapse
-
#composes ⇒ Object
readonly
Returns the value of attribute composes.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#referenced? ⇒ Object
readonly
Returns the value of attribute referenced?.
Instance Attribute Details
#composes ⇒ Object (readonly)
Returns the value of attribute composes
21 22 23 |
# File 'lib/mayu/css.rb', line 21 def composes @composes end |
#name ⇒ Object (readonly)
Returns the value of attribute name
21 22 23 |
# File 'lib/mayu/css.rb', line 21 def name @name end |
#referenced? ⇒ Object (readonly)
Returns the value of attribute referenced?
21 22 23 |
# File 'lib/mayu/css.rb', line 21 def referenced? @referenced? end |