class Confinement::Asset

Attributes

body[RW]

Public Class Methods

new(input_path:, entrypoint:) click to toggle source
# File lib/confinement.rb, line 428
def initialize(input_path:, entrypoint:)
  self.input_path = input_path
  @entrypoint = entrypoint
end

Public Instance Methods

entrypoint?() click to toggle source
# File lib/confinement.rb, line 435
def entrypoint?
  !!@entrypoint
end