Class: Flipper::Cloud::MigrateResult
- Inherits:
-
Struct
- Object
- Struct
- Flipper::Cloud::MigrateResult
- Defined in:
- lib/flipper/cloud/migrate.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
6 7 8 |
# File 'lib/flipper/cloud/migrate.rb', line 6 def code @code end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/flipper/cloud/migrate.rb', line 6 def @message end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/flipper/cloud/migrate.rb', line 6 def url @url end |