Class: Mxrb::Model::DesignToken
- Inherits:
-
Data
- Object
- Data
- Mxrb::Model::DesignToken
- Defined in:
- lib/mxrb/model/design_system.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#theme ⇒ Object
readonly
Returns the value of attribute theme.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def kind @kind end |
#line ⇒ Object (readonly)
Returns the value of attribute line
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def line @line end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def path @path end |
#theme ⇒ Object (readonly)
Returns the value of attribute theme
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def theme @theme end |
#value ⇒ Object (readonly)
Returns the value of attribute value
7 8 9 |
# File 'lib/mxrb/model/design_system.rb', line 7 def value @value end |