Class: ForemanOmaha::Types::OmahaGroup
- Inherits:
-
Types::BaseObject
- Object
- Types::BaseObject
- ForemanOmaha::Types::OmahaGroup
- Defined in:
- app/graphql/foreman_omaha/types/omaha_group.rb
Class Method Summary collapse
Class Method Details
.graphql_definition ⇒ Object
16 17 18 |
# File 'app/graphql/foreman_omaha/types/omaha_group.rb', line 16 def self.graphql_definition super.tap { |type| type.instance_variable_set(:@name, 'ForemanOmaha::OmahaGroup') } end |