Class: Vorpal::HasManyConfig

Inherits:
Object
  • Object
show all
Includes:
RemoteEndConfig, ToManyConfig, Util::HashInitialization
Defined in:
lib/vorpal/configs.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ToManyConfig

#associate, #get_children

Methods included from RemoteEndConfig

#child_config, #foreign_key_info, #set_foreign_key, #set_parent_class_config

Methods included from Util::HashInitialization

#initialize

Instance Attribute Details

#association_configObject

Returns the value of attribute association_config.



274
275
276
# File 'lib/vorpal/configs.rb', line 274

def association_config
  @association_config
end

#child_classObject (readonly)

Returns the value of attribute child_class.



273
274
275
# File 'lib/vorpal/configs.rb', line 273

def child_class
  @child_class
end

#fkObject (readonly)

Returns the value of attribute fk.



273
274
275
# File 'lib/vorpal/configs.rb', line 273

def fk
  @fk
end

#fk_typeObject (readonly)

Returns the value of attribute fk_type.



273
274
275
# File 'lib/vorpal/configs.rb', line 273

def fk_type
  @fk_type
end

#nameObject (readonly)

Returns the value of attribute name.



273
274
275
# File 'lib/vorpal/configs.rb', line 273

def name
  @name
end

#ownedObject (readonly)

Returns the value of attribute owned.



273
274
275
# File 'lib/vorpal/configs.rb', line 273

def owned
  @owned
end