Module: Pacer::Filter::SqlFilter

Defined in:
lib/pacer-orient/sql_filter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def offset
  @offset
end

#order_byObject

Returns the value of attribute order_by.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def order_by
  @order_by
end

#orient_typeObject

Returns the value of attribute orient_type.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def orient_type
  @orient_type
end

#parallelObject

Returns the value of attribute parallel.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def parallel
  @parallel
end

#query_argsObject

Returns the value of attribute query_args.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def query_args
  @query_args
end

#selectObject

Returns the value of attribute select.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def select
  @select
end

#sqlObject

Returns the value of attribute sql.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def sql
  @sql
end

#timeoutObject

Returns the value of attribute timeout.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def timeout
  @timeout
end

#whereObject

Returns the value of attribute where.



4
5
6
# File 'lib/pacer-orient/sql_filter.rb', line 4

def where
  @where
end