Class: RULE_DSL::Task

Inherits:
Object
  • Object
show all
Defined in:
lib/datatransit/rule_dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



17
18
19
# File 'lib/datatransit/rule_dsl.rb', line 17

def filter
  @filter
end

#pkObject

Returns the value of attribute pk.



17
18
19
# File 'lib/datatransit/rule_dsl.rb', line 17

def pk
  @pk
end

#post_workObject

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_workObject

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_condObject

Returns the value of attribute search_cond.



17
18
19
# File 'lib/datatransit/rule_dsl.rb', line 17

def search_cond
  @search_cond
end

#tablesObject

Returns the value of attribute tables.



17
18
19
# File 'lib/datatransit/rule_dsl.rb', line 17

def tables
  @tables
end