Method: Avm::Instances::Data::FilesUnit#installation_files_data
- Defined in:
- lib/avm/instances/data/files_unit.rb
#installation_files_data ⇒ Struct(:key, :subpath)?
40 41 42 43 44 |
# File 'lib/avm/instances/data/files_unit.rb', line 40 def installation_files_data return nil unless fs_path_subpath.relative? ::Struct.new(:key, :subpath).new(fs_path_subpath.basename.to_path, fs_path_subpath) end |