Class: LinkedRails::Condition

Inherits:
Resource
  • Object
show all
Defined in:
app/models/linked_rails/condition.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#iri

Method Summary

Methods inherited from Resource

#anonymous_iri?

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

#enhanced_with?

Methods included from Model::Dirty

#previous_changes_by_predicate, #previously_changed_relations

Methods included from Model::Collections

#collection_for, #parent_collections

Instance Attribute Details

#failObject

Returns the value of attribute fail.



5
6
7
# File 'app/models/linked_rails/condition.rb', line 5

def fail
  @fail
end

#passObject

Returns the value of attribute pass.



5
6
7
# File 'app/models/linked_rails/condition.rb', line 5

def pass
  @pass
end

#shapeObject

Returns the value of attribute shape.



5
6
7
# File 'app/models/linked_rails/condition.rb', line 5

def shape
  @shape
end