Class: ObjectFile::NameDeclaration

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/object_file.rb', line 7

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



7
8
9
# File 'lib/object_file.rb', line 7

def scope
  @scope
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/object_file.rb', line 7

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/object_file.rb', line 7

def value
  @value
end