Class: Mxrb::Model::DesignToken

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/model/design_system.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def kind
  @kind
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def line
  @line
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def path
  @path
end

#themeObject (readonly)

Returns the value of attribute theme

Returns:

  • (Object)

    the current value of theme



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def theme
  @theme
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/mxrb/model/design_system.rb', line 7

def value
  @value
end