Class: Gemi::Ruby
- Inherits:
-
Struct
- Object
- Struct
- Gemi::Ruby
- Defined in:
- lib/gemi/ruby.rb
Constant Summary collapse
- Default =
Ruby.new("Ruby", "gem", nil, {})
Instance Attribute Summary collapse
-
#gem_command ⇒ Object
Returns the value of attribute gem_command.
-
#gem_home ⇒ Object
Returns the value of attribute gem_home.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#gem_command ⇒ Object
Returns the value of attribute gem_command
2 3 4 |
# File 'lib/gemi/ruby.rb', line 2 def gem_command @gem_command end |
#gem_home ⇒ Object
Returns the value of attribute gem_home
2 3 4 |
# File 'lib/gemi/ruby.rb', line 2 def gem_home @gem_home end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/gemi/ruby.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/gemi/ruby.rb', line 2 def @options end |