Class: VimPK::Options::DefaultOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_packObject

Returns the value of attribute default_pack

Returns:

  • (Object)

    the current value of default_pack



13
14
15
# File 'lib/vimpk/options.rb', line 13

def default_pack
  @default_pack
end

#default_typeObject

Returns the value of attribute default_type

Returns:

  • (Object)

    the current value of default_type



13
14
15
# File 'lib/vimpk/options.rb', line 13

def default_type
  @default_type
end

#packObject

Returns the value of attribute pack

Returns:

  • (Object)

    the current value of pack



13
14
15
# File 'lib/vimpk/options.rb', line 13

def pack
  @pack
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/vimpk/options.rb', line 13

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/vimpk/options.rb', line 13

def type
  @type
end