Class: Exerb::Resource::Binary

Inherits:
Base
  • Object
show all
Defined in:
lib/exerb/resource/binary.rb

Overview

#

Instance Method Summary collapse

Methods inherited from Base

#size

Constructor Details

#initialize(bin) ⇒ Binary

Returns a new instance of Binary.



19
20
21
22
# File 'lib/exerb/resource/binary.rb', line 19

def initialize(bin)
  super()
  @bin = bin
end

Instance Method Details

#packObject



24
25
26
# File 'lib/exerb/resource/binary.rb', line 24

def pack
  return @bin
end