Class: ForemanOmaha::Types::OmahaReport

Inherits:
Types::BaseObject
  • Object
show all
Defined in:
app/graphql/foreman_omaha/types/omaha_report.rb

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



16
17
18
# File 'app/graphql/foreman_omaha/types/omaha_report.rb', line 16

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