Class: Kaltura::Filter::SystemPartnerUsageFilter

Inherits:
BaseFilter show all
Defined in:
lib/kaltura/filter/system_partner_usage_filter.rb

Instance Attribute Summary collapse

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#from_dateObject

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_dateObject

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