Class: AlFolioUpgrade::CLI::OverrideResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/al_folio_upgrade/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def local_path
  @local_path
end

#local_shaObject

Returns the value of attribute local_sha

Returns:

  • (Object)

    the current value of local_sha



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def local_sha
  @local_sha
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def owner
  @owner
end

#plugin_pathObject

Returns the value of attribute plugin_path

Returns:

  • (Object)

    the current value of plugin_path



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def plugin_path
  @plugin_path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def status
  @status
end

#upstream_shaObject

Returns the value of attribute upstream_sha

Returns:

  • (Object)

    the current value of upstream_sha



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def upstream_sha
  @upstream_sha
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



22
23
24
# File 'lib/al_folio_upgrade/cli.rb', line 22

def version
  @version
end