Sha256: 600e562234147fb55e5e5c82f186f19dcdcadb52f1198df9a1dbdf8ac666038a
Contents?: true
Size: 826 Bytes
Versions: 7
Compression:
Stored size: 826 Bytes
Contents
%docs{:status => "unsupported"} %collection{:url => api_url_for("docs/#{@collection.name}"), :name => "#{@collection.name}"} %description #{@collection.description} %operations - @operations.keys.sort_by { |k| k.to_s }.each do |operation| %operation{:url => api_url_for("#{@collection.name.to_s}"), :name => "#{operation}", :href => api_url_for("#{@operations[operation].path}"), :method => "#{@operations[operation].method}"} %description #{@operations[operation].description} - @operations[operation].each_param do |param| %parameter{:name => "#{param.name}", :type => "#{param.type}"} %class #{param.klass} - unless param.options.empty? %values - param.options.each do |v| %value #{v}
Version data entries
7 entries across 7 versions & 1 rubygems