Class: ForemanPuppet::Types::Puppetclass

Inherits:
Types::BaseObject
  • Object
show all
Defined in:
app/graphgl/foreman_puppet/types/puppetclass.rb

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



15
16
17
# File 'app/graphgl/foreman_puppet/types/puppetclass.rb', line 15

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