Class: Tay::Specification::NaClModule

Inherits:
Object
  • Object
show all
Defined in:
lib/tay/specification/nacl_module.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#mime_typeObject

The mime-type that will load your module



15
16
17
# File 'lib/tay/specification/nacl_module.rb', line 15

def mime_type
  @mime_type
end

#pathObject

Path to the .nmf file for your module



11
12
13
# File 'lib/tay/specification/nacl_module.rb', line 11

def path
  @path
end