Class: GraphQL::SchemaComparator::Changes::DirectiveAdded

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/schema_comparator/changes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDirectiveAdded

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

#breakingObject (readonly)

Returns the value of attribute breaking.



169
170
171
# File 'lib/graphql/schema_comparator/changes.rb', line 169

def breaking
  @breaking
end