Class: R0man::Digit::Invalid

Inherits:
Struct
  • Object
show all
Defined in:
lib/r0man/digit.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'lib/r0man/digit.rb', line 54

def name
  @name
end

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


55
56
57
# File 'lib/r0man/digit.rb', line 55

def valid?
  false
end