Class: Gemi::Ruby

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

Constant Summary collapse

Default =
Ruby.new("Ruby", "gem", nil, {})

Instance Attribute Summary collapse

Instance Attribute Details

#gem_commandObject

Returns the value of attribute gem_command

Returns:

  • (Object)

    the current value of gem_command



2
3
4
# File 'lib/gemi/ruby.rb', line 2

def gem_command
  @gem_command
end

#gem_homeObject

Returns the value of attribute gem_home

Returns:

  • (Object)

    the current value of gem_home



2
3
4
# File 'lib/gemi/ruby.rb', line 2

def gem_home
  @gem_home
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/gemi/ruby.rb', line 2

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/gemi/ruby.rb', line 2

def options
  @options
end