Class: RULE_DSL::Task
- Inherits:
-
Object
- Object
- RULE_DSL::Task
- Defined in:
- lib/datatransit/rule_dsl.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#pk ⇒ Object
Returns the value of attribute pk.
-
#post_work ⇒ Object
Returns the value of attribute post_work.
-
#pre_work ⇒ Object
Returns the value of attribute pre_work.
-
#search_cond ⇒ Object
Returns the value of attribute search_cond.
-
#tables ⇒ Object
Returns the value of attribute tables.
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def filter @filter end |
#pk ⇒ Object
Returns the value of attribute pk.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def pk @pk end |
#post_work ⇒ Object
Returns the value of attribute post_work.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def post_work @post_work end |
#pre_work ⇒ Object
Returns the value of attribute pre_work.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def pre_work @pre_work end |
#search_cond ⇒ Object
Returns the value of attribute search_cond.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def search_cond @search_cond end |
#tables ⇒ Object
Returns the value of attribute tables.
17 18 19 |
# File 'lib/datatransit/rule_dsl.rb', line 17 def tables @tables end |