Class: Steamd::Generator::Constant

Inherits:
Variable
  • Object
show all
Defined in:
lib/steamd/generator/generated_class.rb

Overview

Class constant

Instance Attribute Summary collapse

Attributes inherited from Variable

#modifier, #modifier_size, #size, #type

Method Summary

Methods inherited from Variable

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Steamd::Generator::Variable

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



90
91
92
# File 'lib/steamd/generator/generated_class.rb', line 90

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value.



90
91
92
# File 'lib/steamd/generator/generated_class.rb', line 90

def value
  @value
end