Class: Gonzui::DigestInfo

Inherits:
Struct
  • Object
show all
Includes:
BytenoMixin
Defined in:
lib/gonzui/info.rb,
lib/gonzui/info.rb

Constant Summary collapse

DeltaSize =

dump info

1
UnitSize =
3

Instance Attribute Summary collapse

Method Summary

Methods included from BytenoMixin

#end_byteno, #range

Instance Attribute Details

#bytenoObject

Returns the value of attribute byteno

Returns:

  • (Object)

    the current value of byteno



37
38
39
# File 'lib/gonzui/info.rb', line 37

def byteno
  @byteno
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



37
38
39
# File 'lib/gonzui/info.rb', line 37

def length
  @length
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



37
38
39
# File 'lib/gonzui/info.rb', line 37

def type
  @type
end

#type_idObject

Returns the value of attribute type_id

Returns:

  • (Object)

    the current value of type_id



37
38
39
# File 'lib/gonzui/info.rb', line 37

def type_id
  @type_id
end