Class: Freely::Options::BinaryInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/freely/options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ BinaryInfo

Returns a new instance of BinaryInfo.

Yields:

  • (_self)

Yield Parameters:



19
20
21
# File 'lib/freely/options.rb', line 19

def initialize
  yield self if block_given?
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



18
19
20
# File 'lib/freely/options.rb', line 18

def name
  @name
end

#rootObject

Returns the value of attribute root.



18
19
20
# File 'lib/freely/options.rb', line 18

def root
  @root
end