Module: PrayerTimes::Constants

Defined in:
lib/prayer_times/constants.rb

Overview

General constants. Don’t try to change their values. You have flexible general and instance configurations.

Class Attribute Summary collapse

Class Attribute Details

.accepted_iterations_count_rangeObject (readonly)

Returns the value of attribute accepted_iterations_count_range.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def accepted_iterations_count_range
  @accepted_iterations_count_range
end

.accepted_time_formatsObject (readonly)

Returns the value of attribute accepted_time_formats.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def accepted_time_formats
  @accepted_time_formats
end

.invalid_timeObject (readonly)

Returns the value of attribute invalid_time.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def invalid_time
  @invalid_time
end

.iterations_countObject (readonly)

Returns the value of attribute iterations_count.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def iterations_count
  @iterations_count
end

.time_formatObject (readonly)

Returns the value of attribute time_format.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def time_format
  @time_format
end

.time_suffixesObject (readonly)

Returns the value of attribute time_suffixes.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def time_suffixes
  @time_suffixes
end

.times_namesObject (readonly)

Returns the value of attribute times_names.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def times_names
  @times_names
end

.times_offsetsObject (readonly)

Returns the value of attribute times_offsets.



47
48
49
# File 'lib/prayer_times/constants.rb', line 47

def times_offsets
  @times_offsets
end