Class: DataModel::Scanner::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/data_model/scanner.rb

Overview

cant use DataModel::Struct because it would be a circular dependency

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



23
24
25
# File 'lib/data_model/scanner.rb', line 23

def args
  @args
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



23
24
25
# File 'lib/data_model/scanner.rb', line 23

def params
  @params
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



23
24
25
# File 'lib/data_model/scanner.rb', line 23

def type
  @type
end