Class: FastRI::RiService::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#formatterObject

Returns the value of attribute formatter

Returns:

  • (Object)

    the current value of formatter



110
111
112
# File 'lib/fastri/ri_service.rb', line 110

def formatter
  @formatter
end

#use_stdoutObject

Returns the value of attribute use_stdout

Returns:

  • (Object)

    the current value of use_stdout



110
111
112
# File 'lib/fastri/ri_service.rb', line 110

def use_stdout
  @use_stdout
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



110
111
112
# File 'lib/fastri/ri_service.rb', line 110

def width
  @width
end