Class: Kapusta::Compiler::Language::SetForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::SetForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target
20 21 22 |
# File 'lib/kapusta/compiler/language.rb', line 20 def target @target end |
#value ⇒ Object
Returns the value of attribute value
20 21 22 |
# File 'lib/kapusta/compiler/language.rb', line 20 def value @value end |