Class: Griddler::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/html-griddler/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#processor_classObject

Returns the value of attribute processor_class.



19
20
21
# File 'lib/html-griddler/configuration.rb', line 19

def processor_class
  @processor_class
end

#reply_delimiterObject

Returns the value of attribute reply_delimiter.



19
20
21
# File 'lib/html-griddler/configuration.rb', line 19

def reply_delimiter
  @reply_delimiter
end

#toObject

Returns the value of attribute to.



19
20
21
# File 'lib/html-griddler/configuration.rb', line 19

def to
  @to
end