Class: Nib::History::Compose::Services
- Inherits:
-
Object
- Object
- Nib::History::Compose::Services
- Defined in:
- lib/nib/history/compose.rb
Instance Attribute Summary collapse
-
#original_config ⇒ Object
readonly
Returns the value of attribute original_config.
-
#volume_name ⇒ Object
readonly
Returns the value of attribute volume_name.
Instance Method Summary collapse
- #config ⇒ Object
-
#initialize(volume_name, original_config) ⇒ Services
constructor
A new instance of Services.
Constructor Details
#initialize(volume_name, original_config) ⇒ Services
Returns a new instance of Services.
54 55 56 57 |
# File 'lib/nib/history/compose.rb', line 54 def initialize(volume_name, original_config) @original_config = original_config @volume_name = volume_name end |
Instance Attribute Details
#original_config ⇒ Object (readonly)
Returns the value of attribute original_config.
52 53 54 |
# File 'lib/nib/history/compose.rb', line 52 def original_config @original_config end |
#volume_name ⇒ Object (readonly)
Returns the value of attribute volume_name.
52 53 54 |
# File 'lib/nib/history/compose.rb', line 52 def volume_name @volume_name end |