Method: Webex::Meeting::Schedule#initialize
- Defined in:
- lib/webex/meeting/schedule.rb
#initialize(attributes = {}) ⇒ Schedule
Returns a new instance of Schedule.
28 29 30 31 32 |
# File 'lib/webex/meeting/schedule.rb', line 28 def initialize(attributes = {}) attributes.each { |k, v| send("#{k}=", v) } env_attributes! option_required! :back_url end |