Class: Textus::Dispatch::Contracts::KeyMvPrefix

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



58
59
60
# File 'lib/textus/dispatch/contracts.rb', line 58

def dry_run
  @dry_run
end

#from_prefixObject (readonly)

Returns the value of attribute from_prefix

Returns:

  • (Object)

    the current value of from_prefix



58
59
60
# File 'lib/textus/dispatch/contracts.rb', line 58

def from_prefix
  @from_prefix
end

#to_prefixObject (readonly)

Returns the value of attribute to_prefix

Returns:

  • (Object)

    the current value of to_prefix



58
59
60
# File 'lib/textus/dispatch/contracts.rb', line 58

def to_prefix
  @to_prefix
end