Method: JSS::Criteriable::Criterion#value
- Defined in:
- lib/jss-api/api_object/criteriable/criterion.rb
#value ⇒ String
Returns the value being searched for in the field named by :name.
110 111 112 |
# File 'lib/jss-api/api_object/criteriable/criterion.rb', line 110 def value @value end |