Class: DynApiGen::Generator::RequestDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/dyn_api_gen/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/dyn_api_gen/generator.rb', line 5

def name
  @name
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



5
6
7
# File 'lib/dyn_api_gen/generator.rb', line 5

def namespace
  @namespace
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



5
6
7
# File 'lib/dyn_api_gen/generator.rb', line 5

def parameters
  @parameters
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/dyn_api_gen/generator.rb', line 5

def path
  @path
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



5
6
7
# File 'lib/dyn_api_gen/generator.rb', line 5

def verb
  @verb
end