Class: CFA::InterfaceFile::Variable

Inherits:
Struct
  • Object
show all
Defined in:
src/lib/cfa/interface_file.rb

Overview

Auxiliar class to hold variables definition information

Instance Attribute Summary collapse

Instance Attribute Details

#collection?Object

Returns the value of attribute collection?

Returns:

  • (Object)

    the current value of collection?



52
53
54
# File 'src/lib/cfa/interface_file.rb', line 52

def collection?
  @collection?
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



52
53
54
# File 'src/lib/cfa/interface_file.rb', line 52

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



52
53
54
# File 'src/lib/cfa/interface_file.rb', line 52

def type
  @type
end