Class: GraphQL::Doctor::IR::MethodDefinition
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::IR::MethodDefinition
- Defined in:
- lib/graphql/doctor/ir.rb
Instance Attribute Summary collapse
-
#accepts_keyword_rest ⇒ Object
Returns the value of attribute accepts_keyword_rest.
-
#accepts_positional_rest ⇒ Object
Returns the value of attribute accepts_positional_rest.
-
#dynamic ⇒ Object
Returns the value of attribute dynamic.
-
#forbids_keywords ⇒ Object
Returns the value of attribute forbids_keywords.
-
#keyword_defaults ⇒ Object
Returns the value of attribute keyword_defaults.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional_keywords ⇒ Object
Returns the value of attribute optional_keywords.
-
#optional_positionals ⇒ Object
Returns the value of attribute optional_positionals.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#parameter_locations ⇒ Object
Returns the value of attribute parameter_locations.
-
#positionals ⇒ Object
Returns the value of attribute positionals.
-
#required_keywords ⇒ Object
Returns the value of attribute required_keywords.
-
#required_positionals ⇒ Object
Returns the value of attribute required_positionals.
-
#singleton ⇒ Object
Returns the value of attribute singleton.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#accepts_keyword_rest ⇒ Object
Returns the value of attribute accepts_keyword_rest
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def accepts_keyword_rest @accepts_keyword_rest end |
#accepts_positional_rest ⇒ Object
Returns the value of attribute accepts_positional_rest
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def accepts_positional_rest @accepts_positional_rest end |
#dynamic ⇒ Object
Returns the value of attribute dynamic
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def dynamic @dynamic end |
#forbids_keywords ⇒ Object
Returns the value of attribute forbids_keywords
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def forbids_keywords @forbids_keywords end |
#keyword_defaults ⇒ Object
Returns the value of attribute keyword_defaults
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def keyword_defaults @keyword_defaults end |
#location ⇒ Object
Returns the value of attribute location
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def location @location end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def name @name end |
#optional_keywords ⇒ Object
Returns the value of attribute optional_keywords
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def optional_keywords @optional_keywords end |
#optional_positionals ⇒ Object
Returns the value of attribute optional_positionals
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def optional_positionals @optional_positionals end |
#owner ⇒ Object
Returns the value of attribute owner
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def owner @owner end |
#parameter_locations ⇒ Object
Returns the value of attribute parameter_locations
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def parameter_locations @parameter_locations end |
#positionals ⇒ Object
Returns the value of attribute positionals
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def positionals @positionals end |
#required_keywords ⇒ Object
Returns the value of attribute required_keywords
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def required_keywords @required_keywords end |
#required_positionals ⇒ Object
Returns the value of attribute required_positionals
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def required_positionals @required_positionals end |
#singleton ⇒ Object
Returns the value of attribute singleton
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def singleton @singleton end |
#visibility ⇒ Object
Returns the value of attribute visibility
17 18 19 |
# File 'lib/graphql/doctor/ir.rb', line 17 def visibility @visibility end |