Class: Marti::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#article_directoryObject

Returns the value of attribute article_directory

Returns:

  • (Object)

    the current value of article_directory



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

def article_directory
  @article_directory
end

#article_not_found_procObject

Returns the value of attribute article_not_found_proc

Returns:

  • (Object)

    the current value of article_not_found_proc



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

def article_not_found_proc
  @article_not_found_proc
end

#cache_storeObject

Returns the value of attribute cache_store

Returns:

  • (Object)

    the current value of cache_store



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

def cache_store
  @cache_store
end

#expires_inObject

Returns the value of attribute expires_in

Returns:

  • (Object)

    the current value of expires_in



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

def expires_in
  @expires_in
end

#layoutObject

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



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

def layout
  @layout
end