lib/runcible/models/export_distributor.rb in runcible-1.2.0 vs lib/runcible/models/export_distributor.rb in runcible-1.3.0
- old
+ new
@@ -26,10 +26,10 @@
module Runcible
module Models
class ExportDistributor < Distributor
#required
- attr_accessor "http", "https"
+ attr_accessor 'http', 'https'
# Instantiates a export distributor
#
# @param [boolean] http serve the contents over http
# @param [boolean] https serve the contents over https