Class: Mxrb::Compiler::SecurityMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::SecurityMaterialization
- Defined in:
- lib/mxrb/compiler/security_materializer.rb
Instance Attribute Summary collapse
-
#metadata_path ⇒ Object
readonly
Returns the value of attribute metadata_path.
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
-
#roles ⇒ Object
readonly
Returns the value of attribute roles.
Instance Attribute Details
#metadata_path ⇒ Object (readonly)
Returns the value of attribute metadata_path
7 8 9 |
# File 'lib/mxrb/compiler/security_materializer.rb', line 7 def @metadata_path end |
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
7 8 9 |
# File 'lib/mxrb/compiler/security_materializer.rb', line 7 def model_path @model_path end |
#roles ⇒ Object (readonly)
Returns the value of attribute roles
7 8 9 |
# File 'lib/mxrb/compiler/security_materializer.rb', line 7 def roles @roles end |