Class: Foobara::Agent::CommandLogEntry
- Defined in:
- foobara-agent-0.0.21/src/foobara/agent/types/command_log_entry.rb
Constant Summary
Constants inherited from Model
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#==, abstract, abstract?, attribute_names, #attributes, #attributes_with_delegates, #cast_attribute, #cast_attribute!, closest_namespace_module, description, domain, domain_name, #eql?, foobara_model_name, foobara_name, full_model_name, #hash, #initialize, install!, organization_name, possible_errors, #read_attribute, #read_attribute!, reset_all, subclass, #to_h, #to_json, #valid?, valid_attribute_name?, #validate!, validate_attribute_name!, #validation_errors, #write_attribute, #write_attribute!, #write_attributes, #write_attributes!
Methods included from Concern
foobara_class_methods_module_for, foobara_concern?, included
Constructor Details
This class inherits a constructor from Foobara::Model
Instance Method Details
#errors_hash ⇒ Object
19 20 21 22 23 24 |
# File 'foobara-agent-0.0.21/src/foobara/agent/types/command_log_entry.rb', line 19 def errors_hash # TODO: test this path # :nocov: outcome[:errors_hash] # :nocov: end |
#success? ⇒ Boolean
15 16 17 |
# File 'foobara-agent-0.0.21/src/foobara/agent/types/command_log_entry.rb', line 15 def success? outcome[:success] end |