Module: SiriCal

Extended by:
ActiveSupport::Concern
Defined in:
lib/siri_cal.rb,
lib/siri_cal/methods.rb,
lib/siri_cal/version.rb,
lib/generators/install.rb,
lib/siri_cal/say_proxy.rb

Defined Under Namespace

Modules: ClassMethods, Generators, InstanceMethods, StepMethods Classes: RedundantError, Say, SayProxy

Constant Summary collapse

VERSION =
"0.0.1"
@@siri_says_path =
"lib/siri_says"
@@delete_event =
:success
@@calendar_name =
"sirical"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (SiriCal)

    the object that the method was called on



26
27
28
# File 'lib/siri_cal.rb', line 26

def self.setup
  yield self
end