Class: Jenny::DynamicFile

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



94
95
96
# File 'lib/staticweb.rb', line 94

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



94
95
96
# File 'lib/staticweb.rb', line 94

def file_path
  @file_path
end

#keyword_nameObject

Returns the value of attribute keyword_name

Returns:

  • (Object)

    the current value of keyword_name



94
95
96
# File 'lib/staticweb.rb', line 94

def keyword_name
  @keyword_name
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



94
95
96
# File 'lib/staticweb.rb', line 94

def method_name
  @method_name
end