Class: Kaltura::KalturaSystemPartnerUsageFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#from_dateObject

Returns the value of attribute from_date.



2661
2662
2663
# File 'lib/kaltura_client.rb', line 2661

def from_date
  @from_date
end

#to_dateObject

Returns the value of attribute to_date.



2662
2663
2664
# File 'lib/kaltura_client.rb', line 2662

def to_date
  @to_date
end