Class: Kaltura::Filter::SystemPartnerUsageFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::SystemPartnerUsageFilter
- Defined in:
- lib/kaltura/filter/system_partner_usage_filter.rb
Instance Attribute Summary collapse
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#from_date ⇒ Object
Returns the value of attribute from_date.
4 5 6 |
# File 'lib/kaltura/filter/system_partner_usage_filter.rb', line 4 def from_date @from_date end |
#to_date ⇒ Object
Returns the value of attribute to_date.
5 6 7 |
# File 'lib/kaltura/filter/system_partner_usage_filter.rb', line 5 def to_date @to_date end |