Class: CodexNotify::Config::Args

Inherits:
Struct
  • Object
show all
Defined in:
lib/codex_notify/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/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/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/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/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/config.rb', line 20

def env_file_explicit
  @env_file_explicit
end

#include_toolsObject

Returns the value of attribute include_tools

Returns:

  • (Object)

    the current value of include_tools



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

def include_tools
  @include_tools
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/config.rb', line 20

def migrate_config
  @migrate_config
end

#onceObject

Returns the value of attribute once

Returns:

  • (Object)

    the current value of once



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

def once
  @once
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/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/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/config.rb', line 20

def outbox_id
  @outbox_id
end

#poll_secObject

Returns the value of attribute poll_sec

Returns:

  • (Object)

    the current value of poll_sec



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

def poll_sec
  @poll_sec
end

#promptObject

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



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

def prompt
  @prompt
end

#session_fileObject

Returns the value of attribute session_file

Returns:

  • (Object)

    the current value of session_file



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

def session_file
  @session_file
end

#sessions_dirObject

Returns the value of attribute sessions_dir

Returns:

  • (Object)

    the current value of sessions_dir



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

def sessions_dir
  @sessions_dir
end

#throttle_secObject

Returns the value of attribute throttle_sec

Returns:

  • (Object)

    the current value of throttle_sec



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

def throttle_sec
  @throttle_sec
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



20
21
22
# File 'lib/codex_notify/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/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/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/config.rb', line 20

def user_name
  @user_name
end