Class: SBF::Client::Kid::Relationship
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- SBF::Client::Kid::Relationship
- Defined in:
- lib/stbaldricks/entities/kid.rb
Defined Under Namespace
Modules: GuardianType, Type Classes: Permissions
Constant Summary
Constants inherited from BaseEntity
Instance Attribute Summary collapse
-
#guardian_type ⇒ Object
Returns the value of attribute guardian_type.
-
#is_submitter ⇒ Object
Returns the value of attribute is_submitter.
-
#kid_id ⇒ Object
Returns the value of attribute kid_id.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from BaseEntity
Method Summary
Methods inherited from BaseEntity
#add_errors, allow_instantiation?, attr_accessor, attr_reader, attr_writer, attributes, #attributes=, collection_attributes, entity_attr_accessor, entity_attr_reader, entity_attr_writer, entity_attributes, entity_collection_attr_accessor, entity_collection_attr_reader, entity_collection_attr_writer, inherited, #initialize, #model_name, multitype_attr_accessor, multitype_attr_reader, multitype_attr_writer, multitype_collection_attr_accessor, multitype_collection_attr_reader, multitype_collection_attr_writer, #not_provided_attributes, optional_attributes, #persisted?, #to_hash, #to_json
Constructor Details
This class inherits a constructor from SBF::Client::BaseEntity
Instance Attribute Details
#guardian_type ⇒ Object
Returns the value of attribute guardian_type.
142 143 144 |
# File 'lib/stbaldricks/entities/kid.rb', line 142 def guardian_type @guardian_type end |
#is_submitter ⇒ Object
Returns the value of attribute is_submitter.
143 144 145 |
# File 'lib/stbaldricks/entities/kid.rb', line 143 def is_submitter @is_submitter end |
#kid_id ⇒ Object
Returns the value of attribute kid_id.
139 140 141 |
# File 'lib/stbaldricks/entities/kid.rb', line 139 def kid_id @kid_id end |
#type ⇒ Object
Returns the value of attribute type.
141 142 143 |
# File 'lib/stbaldricks/entities/kid.rb', line 141 def type @type end |