Class: Textus::Dispatch::Contracts::DataMv
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::DataMv
- Defined in:
- lib/textus/dispatch/contracts.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.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#dry_run ⇒ Object (readonly)
Returns the value of attribute dry_run
56 57 58 |
# File 'lib/textus/dispatch/contracts.rb', line 56 def dry_run @dry_run end |
#from ⇒ Object (readonly)
Returns the value of attribute from
56 57 58 |
# File 'lib/textus/dispatch/contracts.rb', line 56 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
56 57 58 |
# File 'lib/textus/dispatch/contracts.rb', line 56 def to @to end |