Class: ZeroRailsAdapter::Relationship::Hop

Inherits:
Struct
  • Object
show all
Defined in:
lib/zero_rails_adapter/relationship.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



5
6
7
# File 'lib/zero_rails_adapter/relationship.rb', line 5

def destination
  @destination
end

#destination_fieldsObject

Returns the value of attribute destination_fields

Returns:

  • (Object)

    the current value of destination_fields



5
6
7
# File 'lib/zero_rails_adapter/relationship.rb', line 5

def destination_fields
  @destination_fields
end

#source_fieldsObject

Returns the value of attribute source_fields

Returns:

  • (Object)

    the current value of source_fields



5
6
7
# File 'lib/zero_rails_adapter/relationship.rb', line 5

def source_fields
  @source_fields
end