Class: LIT::Parser::AST::EndpointStatement

Inherits:
Struct
  • Object
show all
Defined in:
lib/lit/parser/ast.rb

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/lit/parser/ast.rb', line 9

def name
  @name
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



9
10
11
# File 'lib/lit/parser/ast.rb', line 9

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



9
10
11
# File 'lib/lit/parser/ast.rb', line 9

def response
  @response
end