Class: ComfyImprint::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/comfy_imprint/engine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

:nodoc:



17
18
19
20
21
22
23
24
# File 'lib/comfy_imprint/engine.rb', line 17

def initialize #:nodoc:
  @attributes_to_display = []
  @attributes_to_require = []
  @contacts_per_page     = 1
  @mail_from    = ''
  @mail_to      = ''
  @mail_subject = ''
end

Instance Attribute Details

#attributes_to_displayObject

Returns the value of attribute attributes_to_display.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def attributes_to_display
  @attributes_to_display
end

#attributes_to_requireObject

Returns the value of attribute attributes_to_require.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def attributes_to_require
  @attributes_to_require
end

#contacts_per_pageObject

Returns the value of attribute contacts_per_page.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def contacts_per_page
  @contacts_per_page
end

#mail_fromObject

Returns the value of attribute mail_from.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def mail_from
  @mail_from
end

#mail_subjectObject

Returns the value of attribute mail_subject.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def mail_subject
  @mail_subject
end

#mail_toObject

Returns the value of attribute mail_to.



10
11
12
# File 'lib/comfy_imprint/engine.rb', line 10

def mail_to
  @mail_to
end