Class: Jeremy::WebFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_contentObject

Returns the value of attribute file_content

Returns:

  • (Object)

    the current value of file_content



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

def file_content
  @file_content
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



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

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



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

def file_path
  @file_path
end