Class: Samantha::MappingFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



150
151
152
# File 'lib/staticweb.rb', line 150

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



150
151
152
# File 'lib/staticweb.rb', line 150

def file_path
  @file_path
end

#mapping_configObject

Returns the value of attribute mapping_config

Returns:

  • (Object)

    the current value of mapping_config



150
151
152
# File 'lib/staticweb.rb', line 150

def mapping_config
  @mapping_config
end

#mapping_keywordObject

Returns the value of attribute mapping_keyword

Returns:

  • (Object)

    the current value of mapping_keyword



150
151
152
# File 'lib/staticweb.rb', line 150

def mapping_keyword
  @mapping_keyword
end

#mapping_templateObject

Returns the value of attribute mapping_template

Returns:

  • (Object)

    the current value of mapping_template



150
151
152
# File 'lib/staticweb.rb', line 150

def mapping_template
  @mapping_template
end

#mapping_webObject

Returns the value of attribute mapping_web

Returns:

  • (Object)

    the current value of mapping_web



150
151
152
# File 'lib/staticweb.rb', line 150

def mapping_web
  @mapping_web
end