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



36
37
38
# File 'lib/textus/command.rb', line 36

def dry_run
  @dry_run
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



36
37
38
# File 'lib/textus/command.rb', line 36

def from
  @from
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



36
37
38
# File 'lib/textus/command.rb', line 36

def role
  @role
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



36
37
38
# File 'lib/textus/command.rb', line 36

def to
  @to
end