Class: WWMD::VSStubs::VSType
- Inherits:
-
Object
- Object
- WWMD::VSStubs::VSType
- Includes:
- WWMD::VSStubHelpers
- Defined in:
- lib/wwmd/viewstate/vs_stubs/vs_type.rb
Instance Attribute Summary collapse
-
#typeref ⇒ Object
readonly
Returns the value of attribute typeref.
-
#typeval ⇒ Object
readonly
Returns the value of attribute typeval.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(typeref, typeval) ⇒ VSType
constructor
A new instance of VSType.
- #serialize ⇒ Object
- #to_xml ⇒ Object
Methods included from WWMD::VSStubHelpers
Methods included from WWMD::ViewStateUtils
#deserialize_type, #dlog, #magic?, #next_type, #offset, #putd, #read, #read_7bit_encoded_int, #read_double, #read_int, #read_int32, #read_raw_byte, #read_short, #read_string, #serialize_type, #slog, #throw, #write_7bit_encoded_int, #write_double, #write_int, #write_int32, #write_short
Constructor Details
#initialize(typeref, typeval) ⇒ VSType
Returns a new instance of VSType.
9 10 11 12 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 9 def initialize(typeref,typeval) @typeref = typeref @typeval = typeval end |
Instance Attribute Details
#typeref ⇒ Object (readonly)
Returns the value of attribute typeref.
6 7 8 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 6 def typeref @typeref end |
#typeval ⇒ Object (readonly)
Returns the value of attribute typeval.
7 8 9 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 7 def typeval @typeval end |
#value ⇒ Object
Returns the value of attribute value.
5 6 7 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 5 def value @value end |
Instance Method Details
#serialize ⇒ Object
14 15 16 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 14 def serialize super # cheat opcode + typeref + typeval end |
#to_xml ⇒ Object
18 19 20 |
# File 'lib/wwmd/viewstate/vs_stubs/vs_type.rb', line 18 def to_xml super end |