Class: Nendo::LispCoreSyntax
- Inherits:
-
Object
- Object
- Nendo::LispCoreSyntax
- Defined in:
- lib/nendo/ruby/types.rb
Instance Attribute Summary collapse
-
#syntaxName ⇒ Object
readonly
Returns the value of attribute syntaxName.
Instance Method Summary collapse
-
#initialize(syntaxName) ⇒ LispCoreSyntax
constructor
A new instance of LispCoreSyntax.
Constructor Details
#initialize(syntaxName) ⇒ LispCoreSyntax
Returns a new instance of LispCoreSyntax.
74 75 76 |
# File 'lib/nendo/ruby/types.rb', line 74 def initialize( syntaxName ) @syntaxName = syntaxName end |
Instance Attribute Details
#syntaxName ⇒ Object (readonly)
Returns the value of attribute syntaxName.
77 78 79 |
# File 'lib/nendo/ruby/types.rb', line 77 def syntaxName @syntaxName end |