Module: Dsu::Migration::RawHelpers::ConfigurationHash
- Defined in:
- lib/dsu/migration/raw_helpers/configuration_hash.rb
Instance Attribute Summary collapse
-
#default_project ⇒ Object
Returns the value of attribute default_project.
Instance Method Summary collapse
Instance Attribute Details
#default_project ⇒ Object
Returns the value of attribute default_project.
7 8 9 |
# File 'lib/dsu/migration/raw_helpers/configuration_hash.rb', line 7 def default_project @default_project end |
Instance Method Details
#to_h ⇒ Object
9 10 11 |
# File 'lib/dsu/migration/raw_helpers/configuration_hash.rb', line 9 def to_h read.merge(version: version, default_project: default_project) end |