Class: ForemanPuppet::Types::Environment

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

Class Method Summary collapse

Class Method Details

.graphql_definitionObject



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

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