Class: DataModel::Scanner::Node
- Inherits:
-
Struct
- Object
- Struct
- DataModel::Scanner::Node
- Defined in:
- lib/data_model/scanner.rb
Overview
cant use DataModel::Struct because it would be a circular dependency
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#params ⇒ Object
Returns the value of attribute params.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
23 24 25 |
# File 'lib/data_model/scanner.rb', line 23 def args @args end |
#params ⇒ Object
Returns the value of attribute params
23 24 25 |
# File 'lib/data_model/scanner.rb', line 23 def params @params end |
#type ⇒ Object
Returns the value of attribute type
23 24 25 |
# File 'lib/data_model/scanner.rb', line 23 def type @type end |