Module: RTM::Validation::Role
- Defined in:
- lib/rtm/validation.rb
Instance Method Summary collapse
Instance Method Details
#valid? ⇒ Boolean
17 18 19 20 21 22 |
# File 'lib/rtm/validation.rb', line 17 def valid? return false unless player return false unless type return false unless parent true end |