Class: VimPK::Options::DefaultOptions
- Inherits:
-
Struct
- Object
- Struct
- VimPK::Options::DefaultOptions
- Defined in:
- lib/vimpk/options.rb
Instance Attribute Summary collapse
-
#default_pack ⇒ Object
Returns the value of attribute default_pack.
-
#default_type ⇒ Object
Returns the value of attribute default_type.
-
#pack ⇒ Object
Returns the value of attribute pack.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#default_pack ⇒ Object
Returns the value of attribute default_pack
13 14 15 |
# File 'lib/vimpk/options.rb', line 13 def default_pack @default_pack end |
#default_type ⇒ Object
Returns the value of attribute default_type
13 14 15 |
# File 'lib/vimpk/options.rb', line 13 def default_type @default_type end |
#pack ⇒ Object
Returns the value of attribute pack
13 14 15 |
# File 'lib/vimpk/options.rb', line 13 def pack @pack end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'lib/vimpk/options.rb', line 13 def path @path end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/vimpk/options.rb', line 13 def type @type end |