Class: Taoism::Runtime::DataType
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Runtime::DataType
- Defined in:
- lib/taoism/runtime.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
21 22 23 |
# File 'lib/taoism/runtime.rb', line 21 def fields @fields end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/taoism/runtime.rb', line 21 def name @name end |
Instance Method Details
#to_s ⇒ Object
22 23 24 |
# File 'lib/taoism/runtime.rb', line 22 def to_s "<data #{name}>" end |