Class: SocialStream::Release::Component
- Inherits:
-
Global
- Object
- Global
- SocialStream::Release::Component
- Defined in:
- lib/social_stream/release/component.rb,
lib/social_stream/release/component/version_file.rb
Defined Under Namespace
Classes: VersionFile
Constant Summary
Constant Summary
Constants inherited from Global
Instance Attribute Summary (collapse)
-
- (Object) name
readonly
Returns the value of attribute name.
Attributes inherited from Global
Instance Method Summary (collapse)
-
- (Component) initialize(name, options = {})
constructor
A new instance of Component.
Methods inherited from Global
#bump, #commit_files, #dependencies, #publish
Constructor Details
- (Component) initialize(name, options = {})
A new instance of Component
8 9 10 |
# File 'lib/social_stream/release/component.rb', line 8 def initialize(name, = {}) @name, @options = name, end |
Instance Attribute Details
- (Object) name (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/social_stream/release/component.rb', line 6 def name @name end |