Class: LIT::Parser::AST::EndpointStatement
- Inherits:
-
Struct
- Object
- Struct
- LIT::Parser::AST::EndpointStatement
- Defined in:
- lib/lit/parser/ast.rb
Overview
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/lit/parser/ast.rb', line 9 def name @name end |
#request ⇒ Object
Returns the value of attribute request
9 10 11 |
# File 'lib/lit/parser/ast.rb', line 9 def request @request end |
#response ⇒ Object
Returns the value of attribute response
9 10 11 |
# File 'lib/lit/parser/ast.rb', line 9 def response @response end |