Class: R0man::Digit::Invalid
- Inherits:
-
Struct
- Object
- Struct
- R0man::Digit::Invalid
- Defined in:
- lib/r0man/digit.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/r0man/digit.rb', line 54 def name @name end |
Instance Method Details
#valid? ⇒ Boolean
55 56 57 |
# File 'lib/r0man/digit.rb', line 55 def valid? false end |