Class: Steamd::Generator::Constant
- Defined in:
- lib/steamd/generator/generated_class.rb
Overview
Class constant
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Attributes inherited from Variable
#modifier, #modifier_size, #size, #type
Method Summary
Methods inherited from Variable
Constructor Details
This class inherits a constructor from Steamd::Generator::Variable
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
90 91 92 |
# File 'lib/steamd/generator/generated_class.rb', line 90 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
90 91 92 |
# File 'lib/steamd/generator/generated_class.rb', line 90 def value @value end |