Class: Migreazy::Source
- Inherits:
-
Object
- Object
- Migreazy::Source
- Defined in:
- lib/migreazy.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Database, GitBranch, TextFile, WorkingCopy
Instance Attribute Summary collapse
-
#migrations ⇒ Object
readonly
Returns the value of attribute migrations.
Class Method Summary collapse
Instance Attribute Details
#migrations ⇒ Object (readonly)
Returns the value of attribute migrations.
117 118 119 |
# File 'lib/migreazy.rb', line 117 def migrations @migrations end |