Class: Rafflesia::OntologyConnectivityReclassificationRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- Rafflesia::OntologyConnectivityReclassificationRequest
- Defined in:
- lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ cardinality: :cardinality, coordinate_notes: :coordinate_notes, is_lossy: :is_lossy, is_range_mapping: :is_range_mapping, relationship_id: :relationship_id, review_digest: :review_digest, review_id: :review_id, semantic_basis: :semantic_basis }.freeze
Instance Attribute Summary collapse
-
#cardinality ⇒ Object
Returns the value of attribute cardinality.
-
#coordinate_notes ⇒ Object
Returns the value of attribute coordinate_notes.
-
#is_lossy ⇒ Object
Returns the value of attribute is_lossy.
-
#is_range_mapping ⇒ Object
Returns the value of attribute is_range_mapping.
-
#relationship_id ⇒ Object
Returns the value of attribute relationship_id.
-
#review_digest ⇒ Object
Returns the value of attribute review_digest.
-
#review_id ⇒ Object
Returns the value of attribute review_id.
-
#semantic_basis ⇒ Object
Returns the value of attribute semantic_basis.
Instance Method Summary collapse
-
#initialize(json) ⇒ OntologyConnectivityReclassificationRequest
constructor
A new instance of OntologyConnectivityReclassificationRequest.
Constructor Details
#initialize(json) ⇒ OntologyConnectivityReclassificationRequest
Returns a new instance of OntologyConnectivityReclassificationRequest.
29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 29 def initialize(json) super() hash = self.class.normalize(json) @cardinality = hash[:cardinality] @coordinate_notes = hash[:coordinate_notes] @is_lossy = hash[:is_lossy] @is_range_mapping = hash[:is_range_mapping] @relationship_id = hash[:relationship_id] @review_digest = hash[:review_digest] @review_id = hash[:review_id] @semantic_basis = hash[:semantic_basis] end |
Instance Attribute Details
#cardinality ⇒ Object
Returns the value of attribute cardinality.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def cardinality @cardinality end |
#coordinate_notes ⇒ Object
Returns the value of attribute coordinate_notes.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def coordinate_notes @coordinate_notes end |
#is_lossy ⇒ Object
Returns the value of attribute is_lossy.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def is_lossy @is_lossy end |
#is_range_mapping ⇒ Object
Returns the value of attribute is_range_mapping.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def is_range_mapping @is_range_mapping end |
#relationship_id ⇒ Object
Returns the value of attribute relationship_id.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def relationship_id @relationship_id end |
#review_digest ⇒ Object
Returns the value of attribute review_digest.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def review_digest @review_digest end |
#review_id ⇒ Object
Returns the value of attribute review_id.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def review_id @review_id end |
#semantic_basis ⇒ Object
Returns the value of attribute semantic_basis.
19 20 21 |
# File 'lib/rafflesia/ontology/ontology_connectivity_reclassification_request.rb', line 19 def semantic_basis @semantic_basis end |