Class: SlowBlink::STRING

Inherits:
Type
  • Object
show all
Defined in:
lib/slow_blink/string.rb

Overview

Blink Specification 3.2

Direct Known Subclasses

BINARY, FIXED

Instance Attribute Summary collapse

Attributes inherited from Type

#location

Method Summary

Methods inherited from Type

===, #sequence?

Instance Attribute Details

#sizeInteger? (readonly)

Returns:

  • (Integer)

    maximum size

  • (nil)

    no maximum size



30
31
32
# File 'lib/slow_blink/string.rb', line 30

def size
  @size
end