Class: FastRI::RiService::Options
- Inherits:
-
Struct
- Object
- Struct
- FastRI::RiService::Options
- Defined in:
- lib/fastri/ri_service.rb
Instance Attribute Summary collapse
-
#formatter ⇒ Object
Returns the value of attribute formatter.
-
#use_stdout ⇒ Object
Returns the value of attribute use_stdout.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#formatter ⇒ Object
Returns the value of attribute formatter
110 111 112 |
# File 'lib/fastri/ri_service.rb', line 110 def formatter @formatter end |
#use_stdout ⇒ Object
Returns the value of attribute use_stdout
110 111 112 |
# File 'lib/fastri/ri_service.rb', line 110 def use_stdout @use_stdout end |
#width ⇒ Object
Returns the value of attribute width
110 111 112 |
# File 'lib/fastri/ri_service.rb', line 110 def width @width end |