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
40 41 42 |
# File 'lib/anchor/types.rb', line 40 def null @null end |
#null_elements ⇒ Object
Returns the value of attribute null_elements
40 41 42 |
# File 'lib/anchor/types.rb', line 40 def null_elements @null_elements end |
#resource ⇒ Object
Returns the value of attribute resource
40 41 42 |
# File 'lib/anchor/types.rb', line 40 def resource @resource end |
#resources ⇒ Object
Returns the value of attribute resources
40 41 42 |
# File 'lib/anchor/types.rb', line 40 def resources @resources end |