class Icss::Meta::FixedSchema
Description of an Fixed type.
Fixed uses the type name “fixed” and supports the attributes:
-
name: a string naming this fixed (required).
-
namespace, a string that qualifies the name;
-
size: an integer, specifying the number of bytes per value (required).
For example, 16-byte quantity may be declared with:
{"type": "fixed", "size": 16, "name": "md5"}
Public Instance Methods
type()
click to toggle source
# File lib/icss/type/structured_schema.rb, line 248 def type() :fixed ; end