Class: LinkedRails::Condition
- Defined in:
- app/models/linked_rails/condition.rb
Instance Attribute Summary collapse
-
#fail ⇒ Object
Returns the value of attribute fail.
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#shape ⇒ Object
Returns the value of attribute shape.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
Methods included from Model
#build_child, #singular_resource?
Methods included from Model::Serialization
#preview_includes, #show_includes
Methods included from Model::Iri
#anonymous_iri, #anonymous_iri?, #iri, #iri_opts, #rdf_type, #reload, #root_relative_iri, #route_fragment
Methods included from Model::Enhancements
Methods included from Model::Dirty
#previous_changes_by_predicate, #previously_changed_relations
Methods included from Model::Collections
#collection_for, #parent_collections
Instance Attribute Details
#fail ⇒ Object
Returns the value of attribute fail.
5 6 7 |
# File 'app/models/linked_rails/condition.rb', line 5 def fail @fail end |
#pass ⇒ Object
Returns the value of attribute pass.
5 6 7 |
# File 'app/models/linked_rails/condition.rb', line 5 def pass @pass end |
#shape ⇒ Object
Returns the value of attribute shape.
5 6 7 |
# File 'app/models/linked_rails/condition.rb', line 5 def shape @shape end |