Class: Anchor::Types::Relationship

Inherits:
Struct
  • Object
show all
Defined in:
lib/anchor/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nullObject

Returns the value of attribute null

Returns:

  • (Object)

    the current value of null



40
41
42
# File 'lib/anchor/types.rb', line 40

def null
  @null
end

#null_elementsObject

Returns the value of attribute null_elements

Returns:

  • (Object)

    the current value of null_elements



40
41
42
# File 'lib/anchor/types.rb', line 40

def null_elements
  @null_elements
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



40
41
42
# File 'lib/anchor/types.rb', line 40

def resource
  @resource
end

#resourcesObject

Returns the value of attribute resources

Returns:

  • (Object)

    the current value of resources



40
41
42
# File 'lib/anchor/types.rb', line 40

def resources
  @resources
end