Class: AutotaskRuby::QueryXML::Condition

Inherits:
Struct
  • Object
show all
Defined in:
lib/autotask_ruby/query_xml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



8
9
10
# File 'lib/autotask_ruby/query_xml.rb', line 8

def expression
  @expression
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



8
9
10
# File 'lib/autotask_ruby/query_xml.rb', line 8

def field
  @field
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



8
9
10
# File 'lib/autotask_ruby/query_xml.rb', line 8

def op
  @op
end