Class: ACTV::Recurrence

Inherits:
Base
  • Object
show all
Defined in:
lib/actv/recurrence.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, #delete, from_response, #initialize, #memoize, #method_missing, object_attr_reader, #respond_to?, #to_hash, #update, uri_attr_reader

Constructor Details

This class inherits a constructor from ACTV::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ACTV::Base

Instance Attribute Details

#activityEndDateObject (readonly) Also known as: end_date

Returns the value of attribute activityEndDate.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def activityEndDate
  @activityEndDate
end

#activityExclusionsObject (readonly) Also known as: exclusions

Returns the value of attribute activityExclusions.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def activityExclusions
  @activityExclusions
end

#activityStartDateObject (readonly) Also known as: start_date

Returns the value of attribute activityStartDate.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def activityStartDate
  @activityStartDate
end

#daysObject (readonly)

Returns the value of attribute days.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def days
  @days
end

#endTimeObject (readonly) Also known as: end_time

Returns the value of attribute endTime.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def endTime
  @endTime
end

#frequencyObject (readonly)

Returns the value of attribute frequency.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def frequency
  @frequency
end

#frequencyIntervalObject (readonly) Also known as: frequency_interval

Returns the value of attribute frequencyInterval.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def frequencyInterval
  @frequencyInterval
end

#monthWeekIntervalObject (readonly) Also known as: month_week_interval

Returns the value of attribute monthWeekInterval.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def monthWeekInterval
  @monthWeekInterval
end

#startTimeObject (readonly) Also known as: start_time

Returns the value of attribute startTime.



6
7
8
# File 'lib/actv/recurrence.rb', line 6

def startTime
  @startTime
end