Class: Rorr::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/rorr/config.rb

Class Attribute Summary collapse

Class Attribute Details

.delayObject

Returns the value of attribute delay.



11
12
13
# File 'lib/rorr/config.rb', line 11

def delay
  @delay
end

.levelObject

Returns the value of attribute level.



11
12
13
# File 'lib/rorr/config.rb', line 11

def level
  @level
end

.numberObject

Returns the value of attribute number.



11
12
13
# File 'lib/rorr/config.rb', line 11

def number
  @number
end

.path_prefixObject

Returns the value of attribute path_prefix.



11
12
13
# File 'lib/rorr/config.rb', line 11

def path_prefix
  @path_prefix
end

.solutionObject

Returns the value of attribute solution.



11
12
13
# File 'lib/rorr/config.rb', line 11

def solution
  @solution
end

.stdinObject

Returns the value of attribute stdin.



11
12
13
# File 'lib/rorr/config.rb', line 11

def stdin
  @stdin
end

.stdoutObject

Returns the value of attribute stdout.



11
12
13
# File 'lib/rorr/config.rb', line 11

def stdout
  @stdout
end

.topicObject

Returns the value of attribute topic.



11
12
13
# File 'lib/rorr/config.rb', line 11

def topic
  @topic
end