Class: Mxrb::Compiler::SourceModel::Unit
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::SourceModel::Unit
- Defined in:
- lib/mxrb/compiler/source_model.rb
Instance Attribute Summary collapse
-
#container_id ⇒ Object
readonly
Returns the value of attribute container_id.
-
#containment ⇒ Object
readonly
Returns the value of attribute containment.
-
#document ⇒ Object
readonly
Returns the value of attribute document.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
Instance Attribute Details
#container_id ⇒ Object (readonly)
Returns the value of attribute container_id
7 8 9 |
# File 'lib/mxrb/compiler/source_model.rb', line 7 def container_id @container_id end |
#containment ⇒ Object (readonly)
Returns the value of attribute containment
7 8 9 |
# File 'lib/mxrb/compiler/source_model.rb', line 7 def containment @containment end |
#document ⇒ Object (readonly)
Returns the value of attribute document
7 8 9 |
# File 'lib/mxrb/compiler/source_model.rb', line 7 def document @document end |
#id ⇒ Object (readonly)
Returns the value of attribute id
7 8 9 |
# File 'lib/mxrb/compiler/source_model.rb', line 7 def id @id end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
7 8 9 |
# File 'lib/mxrb/compiler/source_model.rb', line 7 def module_name @module_name end |