Method: GoodData::Schedule#type=
- Defined in:
- lib/gooddata/models/schedule.rb
#type=(new_type) ⇒ Object
Assigns execution type
252 253 254 255 |
# File 'lib/gooddata/models/schedule.rb', line 252 def type=(new_type) @json['schedule']['type'] = new_type @dirty = true end |