Method: TalonOne::IntegrationState#valid?
- Defined in:
- lib/talon_one/models/integration_state.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
113 114 115 116 117 118 |
# File 'lib/talon_one/models/integration_state.rb', line 113 def valid? return false if @session.nil? return false if @profile.nil? return false if @event.nil? true end |