Class: Ea::Sources::Xmi::ExtensionStyleParser::Style
- Inherits:
-
Struct
- Object
- Struct
- Ea::Sources::Xmi::ExtensionStyleParser::Style
- Defined in:
- lib/ea/sources/xmi/extension_style_parser.rb
Instance Attribute Summary collapse
-
#background_color ⇒ Object
Returns the value of attribute background_color.
-
#black ⇒ Object
Returns the value of attribute black.
-
#bold ⇒ Object
Returns the value of attribute bold.
-
#color ⇒ Object
Returns the value of attribute color.
-
#duid ⇒ Object
Returns the value of attribute duid.
-
#eoid ⇒ Object
Returns the value of attribute eoid.
-
#font_family ⇒ Object
Returns the value of attribute font_family.
-
#font_size ⇒ Object
Returns the value of attribute font_size.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#hide_icon ⇒ Object
Returns the value of attribute hide_icon.
-
#italic ⇒ Object
Returns the value of attribute italic.
-
#line_color ⇒ Object
Returns the value of attribute line_color.
-
#line_width ⇒ Object
Returns the value of attribute line_width.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#show_tagged_values ⇒ Object
Returns the value of attribute show_tagged_values.
-
#soid ⇒ Object
Returns the value of attribute soid.
-
#underline ⇒ Object
Returns the value of attribute underline.
Instance Attribute Details
#background_color ⇒ Object
Returns the value of attribute background_color
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def background_color @background_color end |
#black ⇒ Object
Returns the value of attribute black
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def black @black end |
#bold ⇒ Object
Returns the value of attribute bold
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def bold @bold end |
#color ⇒ Object
Returns the value of attribute color
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def color @color end |
#duid ⇒ Object
Returns the value of attribute duid
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def duid @duid end |
#eoid ⇒ Object
Returns the value of attribute eoid
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def eoid @eoid end |
#font_family ⇒ Object
Returns the value of attribute font_family
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def font_family @font_family end |
#font_size ⇒ Object
Returns the value of attribute font_size
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def font_size @font_size end |
#hidden ⇒ Object
Returns the value of attribute hidden
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def hidden @hidden end |
#hide_icon ⇒ Object
Returns the value of attribute hide_icon
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def hide_icon @hide_icon end |
#italic ⇒ Object
Returns the value of attribute italic
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def italic @italic end |
#line_color ⇒ Object
Returns the value of attribute line_color
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def line_color @line_color end |
#line_width ⇒ Object
Returns the value of attribute line_width
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def line_width @line_width end |
#mode ⇒ Object
Returns the value of attribute mode
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def mode @mode end |
#raw ⇒ Object
Returns the value of attribute raw
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def raw @raw end |
#show_tagged_values ⇒ Object
Returns the value of attribute show_tagged_values
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def show_tagged_values @show_tagged_values end |
#soid ⇒ Object
Returns the value of attribute soid
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def soid @soid end |
#underline ⇒ Object
Returns the value of attribute underline
79 80 81 |
# File 'lib/ea/sources/xmi/extension_style_parser.rb', line 79 def underline @underline end |