Class: Mayu::CSS::Export

Inherits:
Data
  • Object
show all
Defined in:
lib/mayu/css.rb

Instance Attribute Summary collapse

Instance Attribute Details

#composesObject (readonly)

Returns the value of attribute composes

Returns:

  • (Object)

    the current value of composes



21
22
23
# File 'lib/mayu/css.rb', line 21

def composes
  @composes
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/mayu/css.rb', line 21

def name
  @name
end

#referenced?Object (readonly)

Returns the value of attribute referenced?

Returns:

  • (Object)

    the current value of referenced?



21
22
23
# File 'lib/mayu/css.rb', line 21

def referenced?
  @referenced?
end