Class: Textus::Protocol::Handlers::Ops::DataMv::Plan

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/handlers/ops/data_mv.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#stepsObject (readonly)

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



8
9
10
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 8

def steps
  @steps
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



8
9
10
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 8

def warnings
  @warnings
end

Instance Method Details

#to_hObject



9
10
11
# File 'lib/textus/protocol/handlers/ops/data_mv.rb', line 9

def to_h
  { "steps" => steps, "warnings" => warnings }
end