Class: Tilia::VObject::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/tilia/v_object/settings.rb

Overview

This class provides a list of global defaults for vobject.

Some of these started to appear in various classes, so it made a bit more sense to centralize them, so it’s easier for user to find and change these.

The global nature of them does mean that changing the settings for one instance has a global influence.

Class Attribute Summary collapse

Class Attribute Details

.max_dateObject

Returns the value of attribute max_date.



43
44
45
# File 'lib/tilia/v_object/settings.rb', line 43

def max_date
  @max_date
end

.max_recurrencesObject

Returns the value of attribute max_recurrences.



44
45
46
# File 'lib/tilia/v_object/settings.rb', line 44

def max_recurrences
  @max_recurrences
end

.min_dateObject

Returns the value of attribute min_date.



42
43
44
# File 'lib/tilia/v_object/settings.rb', line 42

def min_date
  @min_date
end