Class: Amy::PageBuilder

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



181
182
183
# File 'lib/staticweb.rb', line 181

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



181
182
183
# File 'lib/staticweb.rb', line 181

def file_path
  @file_path
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



181
182
183
# File 'lib/staticweb.rb', line 181

def html
  @html
end