Class: CodexNotify::HookConfig::Args

Inherits:
Struct
  • Object
show all
Defined in:
lib/codex_notify/hook_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def channel
  @channel
end

#config_fileObject

Returns the value of attribute config_file

Returns:

  • (Object)

    the current value of config_file



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def config_file
  @config_file
end

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def destination
  @destination
end

#env_fileObject

Returns the value of attribute env_file

Returns:

  • (Object)

    the current value of env_file



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def env_file
  @env_file
end

#env_file_explicitObject

Returns the value of attribute env_file_explicit

Returns:

  • (Object)

    the current value of env_file_explicit



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def env_file_explicit
  @env_file_explicit
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def event_name
  @event_name
end

#migrate_configObject

Returns the value of attribute migrate_config

Returns:

  • (Object)

    the current value of migrate_config



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def migrate_config
  @migrate_config
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def mode
  @mode
end

#outbox_actionObject

Returns the value of attribute outbox_action

Returns:

  • (Object)

    the current value of outbox_action



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def outbox_action
  @outbox_action
end

#outbox_dirObject

Returns the value of attribute outbox_dir

Returns:

  • (Object)

    the current value of outbox_dir



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def outbox_dir
  @outbox_dir
end

#outbox_idObject

Returns the value of attribute outbox_id

Returns:

  • (Object)

    the current value of outbox_id



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def outbox_id
  @outbox_id
end

#state_fileObject

Returns the value of attribute state_file

Returns:

  • (Object)

    the current value of state_file



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def state_file
  @state_file
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def title
  @title
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def token
  @token
end

#token_from_cliObject

Returns the value of attribute token_from_cli

Returns:

  • (Object)

    the current value of token_from_cli



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def token_from_cli
  @token_from_cli
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



20
21
22
# File 'lib/codex_notify/hook_config.rb', line 20

def user_name
  @user_name
end