Class: Browserctl::Migrations::Result
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::Migrations::Result
- Defined in:
- lib/browserctl/migrations.rb
Overview
Instance Attribute Summary collapse
-
#applied ⇒ Object
Returns the value of attribute applied.
-
#format ⇒ Object
Returns the value of attribute format.
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#applied ⇒ Object
Returns the value of attribute applied
29 30 31 |
# File 'lib/browserctl/migrations.rb', line 29 def applied @applied end |
#format ⇒ Object
Returns the value of attribute format
29 30 31 |
# File 'lib/browserctl/migrations.rb', line 29 def format @format end |
#from ⇒ Object
Returns the value of attribute from
29 30 31 |
# File 'lib/browserctl/migrations.rb', line 29 def from @from end |
#to ⇒ Object
Returns the value of attribute to
29 30 31 |
# File 'lib/browserctl/migrations.rb', line 29 def to @to end |