Class: Zm::Client::FilterRule
- Inherits:
-
Base::Object
- Object
- Base::Object
- Zm::Client::FilterRule
- Defined in:
- lib/zm/client/filter_rules/filter_rule.rb
Overview
class account filter rule
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#filterActions ⇒ Object
Returns the value of attribute filterActions.
-
#filterTests ⇒ Object
Returns the value of attribute filterTests.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Base::Object
Method Summary
Methods inherited from Base::Object
#clone, #initialize, #inspect, #instance_variables_map, #logger, #recorded?, #save!, #to_h, #to_s, #update_attribute
Constructor Details
This class inherits a constructor from Zm::Client::Base::Object
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
7 8 9 |
# File 'lib/zm/client/filter_rules/filter_rule.rb', line 7 def active @active end |
#filterActions ⇒ Object
Returns the value of attribute filterActions.
7 8 9 |
# File 'lib/zm/client/filter_rules/filter_rule.rb', line 7 def filterActions @filterActions end |
#filterTests ⇒ Object
Returns the value of attribute filterTests.
7 8 9 |
# File 'lib/zm/client/filter_rules/filter_rule.rb', line 7 def filterTests @filterTests end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/zm/client/filter_rules/filter_rule.rb', line 7 def name @name end |