Method: Codebuild::Schedule#initialize

Defined in:
lib/codebuild/schedule.rb

#initialize(options = {}) ⇒ Schedule

Returns a new instance of Schedule.



7
8
9
10
11
12
# File 'lib/codebuild/schedule.rb', line 7

def initialize(options={})
  @options = options
  @schedule_path = options[:schedule_path] || get_schedule_path
  @properties = default_properties
  @iam_policy = {}
end