Class: ObjectFile::NameDeclaration
- Inherits:
-
Struct
- Object
- Struct
- ObjectFile::NameDeclaration
- Defined in:
- lib/object_file.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/object_file.rb', line 7 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
7 8 9 |
# File 'lib/object_file.rb', line 7 def scope @scope end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/object_file.rb', line 7 def type @type end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/object_file.rb', line 7 def value @value end |