Module: MDEXClient::MData::RangeFilter::LowerBound
- Included in:
- BetweenFilter, GreaterThanFilter, GreaterThanOrEqualFilter
- Defined in:
- lib/mdex_client/mdata/range_filter.rb
Instance Attribute Summary collapse
-
#lower_bound ⇒ Object
Returns the value of attribute lower_bound.
Instance Method Summary collapse
Instance Attribute Details
#lower_bound ⇒ Object
Returns the value of attribute lower_bound.
56 57 58 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 56 def lower_bound @lower_bound end |
Instance Method Details
#init_lower_bound_from_element! ⇒ Object
58 59 60 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 58 def init_lower_bound_from_element! @lower_bound = element["LowerBound"].to_f end |
#lower_bound_attr ⇒ Object
62 63 64 |
# File 'lib/mdex_client/mdata/range_filter.rb', line 62 def lower_bound_attr { "LowerBound" => @lower_bound } end |