Class: Isaac::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/isaac/bot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



6
7
8
# File 'lib/isaac/bot.rb', line 6

def environment
  @environment
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



6
7
8
# File 'lib/isaac/bot.rb', line 6

def nick
  @nick
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



6
7
8
# File 'lib/isaac/bot.rb', line 6

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



6
7
8
# File 'lib/isaac/bot.rb', line 6

def port
  @port
end

#realnameObject

Returns the value of attribute realname

Returns:

  • (Object)

    the current value of realname



6
7
8
# File 'lib/isaac/bot.rb', line 6

def realname
  @realname
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



6
7
8
# File 'lib/isaac/bot.rb', line 6

def server
  @server
end

#sslObject

Returns the value of attribute ssl

Returns:

  • (Object)

    the current value of ssl



6
7
8
# File 'lib/isaac/bot.rb', line 6

def ssl
  @ssl
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



6
7
8
# File 'lib/isaac/bot.rb', line 6

def verbose
  @verbose
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



6
7
8
# File 'lib/isaac/bot.rb', line 6

def version
  @version
end