Module: XMLable::Handlers::Mixins::Described

Defined in:
lib/xmlable/handlers/mixins/described.rb

Overview

Described module contains described and null object handlers logic

Instance Method Summary collapse

Instance Method Details

#described?Boolean

Is this handlers described by user or not?

Returns:

  • (Boolean)


13
14
15
# File 'lib/xmlable/handlers/mixins/described.rb', line 13

def described?
  !self.class.name.end_with?('None')
end