struct Gemigrate::Backup::Arguments

Included Modules

Defined in:

gemigrate/backup.cr:6
gemigrate/backup.cr:10

Constant Summary

DESCRIPTIONS = {} of String => String
NAMES = ["gempack_file"] of String
REQUIRED_NAMES = [] of String

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Admiral::Command) #

[View source]

Instance Method Detail

def [](*args, **options) #

def [](*args, **options, &) #

def each(*args, **options) #

def each(*args, **options, &) #

def exists?(name : Symbol) #

[View source]
def gempack_file : String | Nil #

def get(name : Symbol) #

[View source]
def get?(name : Symbol) #

[View source]
def inspect(io) #

[View source]
def parse_gempack_file(command : Admiral::Command) : String | Nil #

[View source]