Class: Egbert::KeywordFile

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



120
121
122
# File 'lib/staticweb.rb', line 120

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



120
121
122
# File 'lib/staticweb.rb', line 120

def file_path
  @file_path
end

#keyword_file_contentObject

Returns the value of attribute keyword_file_content

Returns:

  • (Object)

    the current value of keyword_file_content



120
121
122
# File 'lib/staticweb.rb', line 120

def keyword_file_content
  @keyword_file_content
end

#keyword_nameObject

Returns the value of attribute keyword_name

Returns:

  • (Object)

    the current value of keyword_name



120
121
122
# File 'lib/staticweb.rb', line 120

def keyword_name
  @keyword_name
end

#keyword_valueObject

Returns the value of attribute keyword_value

Returns:

  • (Object)

    the current value of keyword_value



120
121
122
# File 'lib/staticweb.rb', line 120

def keyword_value
  @keyword_value
end