Class: AutotaskRuby::QueryXML::Condition
- Inherits:
-
Struct
- Object
- Struct
- AutotaskRuby::QueryXML::Condition
- Defined in:
- lib/autotask_ruby/query_xml.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#field ⇒ Object
Returns the value of attribute field.
-
#op ⇒ Object
Returns the value of attribute op.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
8 9 10 |
# File 'lib/autotask_ruby/query_xml.rb', line 8 def expression @expression end |
#field ⇒ Object
Returns the value of attribute field
8 9 10 |
# File 'lib/autotask_ruby/query_xml.rb', line 8 def field @field end |
#op ⇒ Object
Returns the value of attribute op
8 9 10 |
# File 'lib/autotask_ruby/query_xml.rb', line 8 def op @op end |