Class: BaseN::Number
- Inherits:
-
Struct
- Object
- Struct
- BaseN::Number
- Defined in:
- lib/base_n.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#representation ⇒ Object
Returns the value of attribute representation.
Instance Method Summary collapse
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
4 5 6 |
# File 'lib/base_n.rb', line 4 def base @base end |
#representation ⇒ Object
Returns the value of attribute representation
4 5 6 |
# File 'lib/base_n.rb', line 4 def representation @representation end |