Class: Types::Cve

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/cve.rb

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



13
14
15
# File 'app/graphql/types/cve.rb', line 13

def self.graphql_definition
  super.tap { |type| type.instance_variable_set(:@name, 'ForemanOpenscap::Cve') }
end