Class: AlFolioUpgrade::CLI::OverrideResult
- Inherits:
-
Struct
- Object
- Struct
- AlFolioUpgrade::CLI::OverrideResult
- Defined in:
- lib/al_folio_upgrade/cli.rb
Instance Attribute Summary collapse
-
#local_path ⇒ Object
Returns the value of attribute local_path.
-
#local_sha ⇒ Object
Returns the value of attribute local_sha.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#plugin_path ⇒ Object
Returns the value of attribute plugin_path.
-
#status ⇒ Object
Returns the value of attribute status.
-
#upstream_sha ⇒ Object
Returns the value of attribute upstream_sha.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#local_path ⇒ Object
Returns the value of attribute local_path
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def local_path @local_path end |
#local_sha ⇒ Object
Returns the value of attribute local_sha
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def local_sha @local_sha end |
#owner ⇒ Object
Returns the value of attribute owner
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def owner @owner end |
#plugin_path ⇒ Object
Returns the value of attribute plugin_path
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def plugin_path @plugin_path end |
#status ⇒ Object
Returns the value of attribute status
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def status @status end |
#upstream_sha ⇒ Object
Returns the value of attribute upstream_sha
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def upstream_sha @upstream_sha end |
#version ⇒ Object
Returns the value of attribute version
22 23 24 |
# File 'lib/al_folio_upgrade/cli.rb', line 22 def version @version end |