Class: CodexNotify::HookConfig::Args
- Inherits:
-
Struct
- Object
- Struct
- CodexNotify::HookConfig::Args
- Defined in:
- lib/codex_notify/hook_config.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#config_file ⇒ Object
Returns the value of attribute config_file.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#env_file ⇒ Object
Returns the value of attribute env_file.
-
#env_file_explicit ⇒ Object
Returns the value of attribute env_file_explicit.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#migrate_config ⇒ Object
Returns the value of attribute migrate_config.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#outbox_action ⇒ Object
Returns the value of attribute outbox_action.
-
#outbox_dir ⇒ Object
Returns the value of attribute outbox_dir.
-
#outbox_id ⇒ Object
Returns the value of attribute outbox_id.
-
#state_file ⇒ Object
Returns the value of attribute state_file.
-
#title ⇒ Object
Returns the value of attribute title.
-
#token ⇒ Object
Returns the value of attribute token.
-
#token_from_cli ⇒ Object
Returns the value of attribute token_from_cli.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def channel @channel end |
#config_file ⇒ Object
Returns the value of attribute config_file
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def config_file @config_file end |
#destination ⇒ Object
Returns the value of attribute destination
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def destination @destination end |
#env_file ⇒ Object
Returns the value of attribute env_file
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def env_file @env_file end |
#env_file_explicit ⇒ Object
Returns the value of attribute env_file_explicit
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def env_file_explicit @env_file_explicit end |
#event_name ⇒ Object
Returns the value of attribute event_name
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def event_name @event_name end |
#migrate_config ⇒ Object
Returns the value of attribute migrate_config
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def migrate_config @migrate_config end |
#mode ⇒ Object
Returns the value of attribute mode
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def mode @mode end |
#outbox_action ⇒ Object
Returns the value of attribute outbox_action
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def outbox_action @outbox_action end |
#outbox_dir ⇒ Object
Returns the value of attribute outbox_dir
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def outbox_dir @outbox_dir end |
#outbox_id ⇒ Object
Returns the value of attribute outbox_id
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def outbox_id @outbox_id end |
#state_file ⇒ Object
Returns the value of attribute state_file
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def state_file @state_file end |
#title ⇒ Object
Returns the value of attribute title
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def title @title end |
#token ⇒ Object
Returns the value of attribute token
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def token @token end |
#token_from_cli ⇒ Object
Returns the value of attribute token_from_cli
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def token_from_cli @token_from_cli end |
#user_name ⇒ Object
Returns the value of attribute user_name
20 21 22 |
# File 'lib/codex_notify/hook_config.rb', line 20 def user_name @user_name end |