Class: LinkedRails::Condition
- Defined in:
- app/models/linked_rails/condition.rb
Constant Summary
Constants included from Model::Collections
Model::Collections::COLLECTION_CUSTOMIZABLE_OPTIONS, Model::Collections::COLLECTION_OPTIONS, Model::Collections::COLLECTION_STATIC_OPTIONS
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
Methods included from Model::Singularable
#root_relative_iri, #root_relative_singular_iri, #singular_iri, #singular_iri?, #singular_iri_opts, #singular_iri_template, #singular_resource?
Methods included from Model::Serialization
#preview_includes, #show_includes
Methods included from Model::Menuable
Methods included from Model::IRI
#anonymous_iri, #anonymous_iri?, #iri, #iri_elements, #iri_opts, #rdf_type, #reload, #root_relative_iri, #route_fragment
Methods included from Model::Enhancements
Methods included from Model::Dirty
Methods included from Model::Collections
#collection_for, #collection_iri, #collection_options_for, #collection_root_relative_iri, #parent_collections
Methods included from Model::Actionable
#action, #action_list, #action_triples, #actions, #collection_actions, #favorite_actions
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 |