Class: ForemanOmaha::Types::OmahaReport
- Inherits:
-
Types::BaseObject
- Object
- Types::BaseObject
- ForemanOmaha::Types::OmahaReport
- Defined in:
- app/graphql/foreman_omaha/types/omaha_report.rb
Class Method Summary collapse
Class Method Details
.graphql_definition ⇒ Object
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 |