Class: Scale::Types::GenericBlock
- Inherits:
-
Object
- Object
- Scale::Types::GenericBlock
show all
- Includes:
- Base
- Defined in:
- lib/scale/types.rb
Instance Attribute Summary
Attributes included from Base
#value
Class Method Summary
collapse
Instance Method Summary
collapse
Methods included from Base
#==, included, #initialize, #to_human
Class Method Details
.decode(scale_bytes) ⇒ Object
941
942
|
# File 'lib/scale/types.rb', line 941
def self.decode(scale_bytes)
end
|
Instance Method Details
#encode ⇒ Object
944
945
|
# File 'lib/scale/types.rb', line 944
def encode
end
|