Class: TerminalOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/profile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorschemeObject

Returns the value of attribute colorscheme

Returns:

  • (Object)

    the current value of colorscheme



45
46
47
# File 'lib/profile.rb', line 45

def colorscheme
  @colorscheme
end

#css_fileObject

Returns the value of attribute css_file

Returns:

  • (Object)

    the current value of css_file



45
46
47
# File 'lib/profile.rb', line 45

def css_file
  @css_file
end

#custom_cssObject

Returns the value of attribute custom_css

Returns:

  • (Object)

    the current value of custom_css



45
46
47
# File 'lib/profile.rb', line 45

def custom_css
  @custom_css
end

#default_schemeObject

Returns the value of attribute default_scheme

Returns:

  • (Object)

    the current value of default_scheme



45
46
47
# File 'lib/profile.rb', line 45

def default_scheme
  @default_scheme
end

#fontObject

Returns the value of attribute font

Returns:

  • (Object)

    the current value of font



45
46
47
# File 'lib/profile.rb', line 45

def font
  @font
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



45
46
47
# File 'lib/profile.rb', line 45

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



45
46
47
# File 'lib/profile.rb', line 45

def width
  @width
end