Class: Anchor::Types::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Anchor::Types::Relationship
- Defined in:
- lib/anchor/types.rb
Instance Attribute Summary collapse
-
#null ⇒ Object
Returns the value of attribute null.
-
#null_elements ⇒ Object
Returns the value of attribute null_elements.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#resources ⇒ Object
Returns the value of attribute resources.
Instance Attribute Details
#null ⇒ Object
Returns the value of attribute null
193 194 195 |
# File 'lib/anchor/types.rb', line 193 def null @null end |
#null_elements ⇒ Object
Returns the value of attribute null_elements
193 194 195 |
# File 'lib/anchor/types.rb', line 193 def null_elements @null_elements end |
#resource ⇒ Object
Returns the value of attribute resource
193 194 195 |
# File 'lib/anchor/types.rb', line 193 def resource @resource end |
#resources ⇒ Object
Returns the value of attribute resources
193 194 195 |
# File 'lib/anchor/types.rb', line 193 def resources @resources end |