Class: VRundler::BundleGroup
- Inherits:
-
Object
- Object
- VRundler::BundleGroup
- Defined in:
- lib/vrundler/bundle_group.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
- #bundle(*names) ⇒ Object
-
#initialize(name) ⇒ BundleGroup
constructor
A new instance of BundleGroup.
Constructor Details
#initialize(name) ⇒ BundleGroup
Returns a new instance of BundleGroup.
5 6 7 |
# File 'lib/vrundler/bundle_group.rb', line 5 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/vrundler/bundle_group.rb', line 3 def name @name end |