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 = @schedule_path = [:schedule_path] || get_schedule_path @properties = default_properties @iam_policy = {} end |