Class: Tay::Specification::NaClModule
- Inherits:
-
Object
- Object
- Tay::Specification::NaClModule
- Defined in:
- lib/tay/specification/nacl_module.rb
Overview
Used to map a mime-type to a native client module
Instance Attribute Summary collapse
-
#mime_type ⇒ Object
The mime-type that will load your module.
-
#path ⇒ Object
Path to the .nmf file for your module.
Instance Attribute Details
#mime_type ⇒ Object
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 |
#path ⇒ Object
Path to the .nmf file for your module
11 12 13 |
# File 'lib/tay/specification/nacl_module.rb', line 11 def path @path end |