class Nanoc::Core::SnapshotDef

Attributes

binary[R]
name[R]

Public Class Methods

new(name, binary:) click to toggle source
# File lib/nanoc/core/snapshot_def.rb, line 12
def initialize(name, binary:)
  @name = name
  @binary = binary
end

Public Instance Methods

binary?() click to toggle source
# File lib/nanoc/core/snapshot_def.rb, line 17
def binary?
  @binary
end