Class: Textus::Protocol::Handlers::Ops::DataMv::Plan
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Handlers::Ops::DataMv::Plan
- Defined in:
- lib/textus/protocol/handlers/ops/data_mv.rb
Instance Attribute Summary collapse
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#steps ⇒ Object (readonly)
Returns the value of attribute steps
8 9 10 |
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 8 def steps @steps end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
8 9 10 |
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 8 def warnings @warnings end |
Instance Method Details
#to_h ⇒ Object
9 10 11 |
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 9 def to_h { "steps" => steps, "warnings" => warnings } end |