Class: Kreator::Resources::ResourceFile
- Inherits:
-
Struct
- Object
- Struct
- Kreator::Resources::ResourceFile
- Defined in:
- lib/kreator/resources.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
7 8 9 |
# File 'lib/kreator/resources.rb', line 7 def content @content end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/kreator/resources.rb', line 7 def name @name end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/kreator/resources.rb', line 7 def path @path end |