class Atum::Generation::Generators::ClientGenerator

Public Instance Methods

context_hash() click to toggle source
# File lib/atum/generation/generators/client_generator.rb, line 5
def context_hash
  { description: @schema.description,
    resources: resources }
end
template_name() click to toggle source
# File lib/atum/generation/generators/client_generator.rb, line 10
def template_name
  'client'
end