Class: Textus::Command::DataMv

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/command.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



31
32
33
# File 'lib/textus/command.rb', line 31

def dry_run
  @dry_run
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



31
32
33
# File 'lib/textus/command.rb', line 31

def from
  @from
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



31
32
33
# File 'lib/textus/command.rb', line 31

def role
  @role
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



31
32
33
# File 'lib/textus/command.rb', line 31

def to
  @to
end