Module: MDEXClient::MData::RangeFilter::UpperBound
- Included in:
- BetweenFilter, LessThanFilter, LessThanOrEqualFilter
- Defined in:
- lib/mdex_client/mdata/range_filter.rb
Instance Attribute Summary collapse
-
#upper_bound ⇒ Object
Returns the value of attribute upper_bound.
Instance Method Summary collapse
Instance Attribute Details
#upper_bound ⇒ Object
Returns the value of attribute upper_bound.
44 45 46 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 44 def upper_bound @upper_bound end |
Instance Method Details
#init_upper_bound_from_element! ⇒ Object
46 47 48 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 46 def init_upper_bound_from_element! @upper_bound = element["UpperBound"].to_f end |
#upper_bound_attr ⇒ Object
50 51 52 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 50 def upper_bound_attr { "UpperBound" => @upper_bound } end |