Class: Anchor::Types::Reference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/anchor/types.rb', line 15

def name
  @name
end

Instance Method Details

#anchor_schema_nameObject



16
17
18
# File 'lib/anchor/types.rb', line 16

def anchor_schema_name
  name
end