Class: Telm::Core::Resource::Association

Inherits:
Struct
  • Object
show all
Defined in:
lib/telm/core/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



9
10
11
# File 'lib/telm/core/resource.rb', line 9

def class_name
  @class_name
end

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



9
10
11
# File 'lib/telm/core/resource.rb', line 9

def foreign_key
  @foreign_key
end

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



9
10
11
# File 'lib/telm/core/resource.rb', line 9

def macro
  @macro
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/telm/core/resource.rb', line 9

def name
  @name
end