Class: Kompo::KompoFile
- Inherits:
-
Struct
- Object
- Struct
- Kompo::KompoFile
- Defined in:
- lib/kompo/tasks/make_fs_c.rb
Overview
Struct to hold file data for embedding
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
9 10 11 |
# File 'lib/kompo/tasks/make_fs_c.rb', line 9 def bytes @bytes end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/kompo/tasks/make_fs_c.rb', line 9 def path @path end |