Method: BooticClient::Entity#respond_to_missing?
- Defined in:
- lib/bootic_client/entity.rb
#respond_to_missing?(method_name, include_private = false) ⇒ Boolean
98 99 100 |
# File 'lib/bootic_client/entity.rb', line 98 def respond_to_missing?(method_name, include_private = false) has?(method_name) end |