Class: GraphQL::Modernize::Rules::Pattern
- Inherits:
-
Data
- Object
- Data
- GraphQL::Modernize::Rules::Pattern
- Defined in:
- lib/graphql/modernize/rules/base.rb
Instance Attribute Summary collapse
-
#compiled ⇒ Object
readonly
Returns the value of attribute compiled.
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#node_type ⇒ Object
readonly
Returns the value of attribute node_type.
Instance Attribute Details
#compiled ⇒ Object (readonly)
Returns the value of attribute compiled
7 8 9 |
# File 'lib/graphql/modernize/rules/base.rb', line 7 def compiled @compiled end |
#handler ⇒ Object (readonly)
Returns the value of attribute handler
7 8 9 |
# File 'lib/graphql/modernize/rules/base.rb', line 7 def handler @handler end |
#node_type ⇒ Object (readonly)
Returns the value of attribute node_type
7 8 9 |
# File 'lib/graphql/modernize/rules/base.rb', line 7 def node_type @node_type end |