Class: Kreator::Resources::ResourceFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



7
8
9
# File 'lib/kreator/resources.rb', line 7

def content
  @content
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/kreator/resources.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/kreator/resources.rb', line 7

def path
  @path
end