Class: Textus::Dispatch::Contracts::KeyMvPrefix
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::KeyMvPrefix
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#dry_run ⇒ Object
readonly
Returns the value of attribute dry_run.
-
#from_prefix ⇒ Object
readonly
Returns the value of attribute from_prefix.
-
#to_prefix ⇒ Object
readonly
Returns the value of attribute to_prefix.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
58 59 60 |
# File 'lib/textus/dispatch/contracts.rb', line 58 def dry_run @dry_run end |
#from_prefix ⇒ Object (readonly)
Returns the value of attribute from_prefix
58 59 60 |
# File 'lib/textus/dispatch/contracts.rb', line 58 def from_prefix @from_prefix end |
#to_prefix ⇒ Object (readonly)
Returns the value of attribute to_prefix
58 59 60 |
# File 'lib/textus/dispatch/contracts.rb', line 58 def to_prefix @to_prefix end |