Class: TerminalOptions
- Inherits:
-
Struct
- Object
- Struct
- TerminalOptions
- Defined in:
- lib/profile.rb
Instance Attribute Summary collapse
-
#colorscheme ⇒ Object
Returns the value of attribute colorscheme.
-
#css_file ⇒ Object
Returns the value of attribute css_file.
-
#custom_css ⇒ Object
Returns the value of attribute custom_css.
-
#default_scheme ⇒ Object
Returns the value of attribute default_scheme.
-
#font ⇒ Object
Returns the value of attribute font.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#colorscheme ⇒ Object
Returns the value of attribute colorscheme
45 46 47 |
# File 'lib/profile.rb', line 45 def colorscheme @colorscheme end |
#css_file ⇒ Object
Returns the value of attribute css_file
45 46 47 |
# File 'lib/profile.rb', line 45 def css_file @css_file end |
#custom_css ⇒ Object
Returns the value of attribute custom_css
45 46 47 |
# File 'lib/profile.rb', line 45 def custom_css @custom_css end |
#default_scheme ⇒ Object
Returns the value of attribute default_scheme
45 46 47 |
# File 'lib/profile.rb', line 45 def default_scheme @default_scheme end |
#font ⇒ Object
Returns the value of attribute font
45 46 47 |
# File 'lib/profile.rb', line 45 def font @font end |
#height ⇒ Object
Returns the value of attribute height
45 46 47 |
# File 'lib/profile.rb', line 45 def height @height end |
#width ⇒ Object
Returns the value of attribute width
45 46 47 |
# File 'lib/profile.rb', line 45 def width @width end |