Class: Gonzui::DigestInfo
- Inherits:
-
Struct
- Object
- Struct
- Gonzui::DigestInfo
- 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
-
#byteno ⇒ Object
Returns the value of attribute byteno.
-
#length ⇒ Object
Returns the value of attribute length.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_id ⇒ Object
Returns the value of attribute type_id.
Method Summary
Methods included from BytenoMixin
Instance Attribute Details
#byteno ⇒ Object
Returns the value of attribute byteno
37 38 39 |
# File 'lib/gonzui/info.rb', line 37 def byteno @byteno end |
#length ⇒ Object
Returns the value of attribute length
37 38 39 |
# File 'lib/gonzui/info.rb', line 37 def length @length end |
#type ⇒ Object
Returns the value of attribute type
37 38 39 |
# File 'lib/gonzui/info.rb', line 37 def type @type end |
#type_id ⇒ Object
Returns the value of attribute type_id
37 38 39 |
# File 'lib/gonzui/info.rb', line 37 def type_id @type_id end |