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