Class: Kompo::KompoFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/kompo/tasks/make_fs_c.rb

Overview

Struct to hold file data for embedding

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



9
10
11
# File 'lib/kompo/tasks/make_fs_c.rb', line 9

def bytes
  @bytes
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/kompo/tasks/make_fs_c.rb', line 9

def path
  @path
end