Class: Stratagem::ApplicationExtensions::Models::Metadata::StratagemAssociation

Inherits:
Struct
  • Object
show all
Defined in:
lib/stratagem/framework_extensions/models/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



4
5
6
# File 'lib/stratagem/framework_extensions/models/metadata.rb', line 4

def foreign_key
  @foreign_key
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



4
5
6
# File 'lib/stratagem/framework_extensions/models/metadata.rb', line 4

def klass
  @klass
end

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



4
5
6
# File 'lib/stratagem/framework_extensions/models/metadata.rb', line 4

def macro
  @macro
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/stratagem/framework_extensions/models/metadata.rb', line 4

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



4
5
6
# File 'lib/stratagem/framework_extensions/models/metadata.rb', line 4

def options
  @options
end