Class: GraphQL::SchemaComparator::Changes::DirectiveAdded
- Inherits:
-
Object
- Object
- GraphQL::SchemaComparator::Changes::DirectiveAdded
- Defined in:
- lib/graphql/schema_comparator/changes.rb
Instance Attribute Summary collapse
-
#breaking ⇒ Object
readonly
Returns the value of attribute breaking.
Instance Method Summary collapse
-
#initialize ⇒ DirectiveAdded
constructor
A new instance of DirectiveAdded.
Constructor Details
#initialize ⇒ DirectiveAdded
Returns a new instance of DirectiveAdded.
171 172 173 |
# File 'lib/graphql/schema_comparator/changes.rb', line 171 def initialize(*) @breaking = false end |
Instance Attribute Details
#breaking ⇒ Object (readonly)
Returns the value of attribute breaking.
169 170 171 |
# File 'lib/graphql/schema_comparator/changes.rb', line 169 def breaking @breaking end |