Class: DependencyProxy::ManifestType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/dependency_proxy/manifest_type.rb

Instance Method Summary collapse

Instance Method Details

#image_nameObject



23
24
25
# File 'app/graphql/types/dependency_proxy/manifest_type.rb', line 23

def image_name
  object.file_name.chomp(File.extname(object.file_name))
end