Class: Freely::Options::BinaryInfo
- Inherits:
-
Object
- Object
- Freely::Options::BinaryInfo
- Defined in:
- lib/freely/options.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ BinaryInfo
constructor
A new instance of BinaryInfo.
Constructor Details
#initialize {|_self| ... } ⇒ BinaryInfo
Returns a new instance of BinaryInfo.
19 20 21 |
# File 'lib/freely/options.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'lib/freely/options.rb', line 18 def name @name end |
#root ⇒ Object
Returns the value of attribute root.
18 19 20 |
# File 'lib/freely/options.rb', line 18 def root @root end |