Class: Textus::Dispatch::Contracts::DataMv

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/dispatch/contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runObject (readonly)

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



56
57
58
# File 'lib/textus/dispatch/contracts.rb', line 56

def dry_run
  @dry_run
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



56
57
58
# File 'lib/textus/dispatch/contracts.rb', line 56

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



56
57
58
# File 'lib/textus/dispatch/contracts.rb', line 56

def to
  @to
end