Class: Textus::Command::DataMv
- Inherits:
-
Data
- Object
- Data
- Textus::Command::DataMv
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
31 32 33 |
# File 'lib/textus/command.rb', line 31 def dry_run @dry_run end |
#from ⇒ Object (readonly)
Returns the value of attribute from
31 32 33 |
# File 'lib/textus/command.rb', line 31 def from @from end |
#role ⇒ Object (readonly)
Returns the value of attribute role
31 32 33 |
# File 'lib/textus/command.rb', line 31 def role @role end |
#to ⇒ Object (readonly)
Returns the value of attribute to
31 32 33 |
# File 'lib/textus/command.rb', line 31 def to @to end |