17 18 19
# File 'lib/ari/generators/api.rb', line 17 def operations @operations ||= @specification['operations'].map { |op| Operation.new(op) } end