Class: VariableDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/dake/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#src_fileObject

Returns the value of attribute src_file

Returns:

  • (Object)

    the current value of src_file



209
210
211
# File 'lib/dake/parser.rb', line 209

def src_file
  @src_file
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



209
210
211
# File 'lib/dake/parser.rb', line 209

def type
  @type
end

#var_nameObject

Returns the value of attribute var_name

Returns:

  • (Object)

    the current value of var_name



209
210
211
# File 'lib/dake/parser.rb', line 209

def var_name
  @var_name
end

#var_valueObject

Returns the value of attribute var_value

Returns:

  • (Object)

    the current value of var_value



209
210
211
# File 'lib/dake/parser.rb', line 209

def var_value
  @var_value
end