Class: DoverToCalais::ResponseData::GenericRelation

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

Instance Attribute Summary collapse

Instance Attribute Details

#detectionObject

Returns the value of attribute detection

Returns:

  • (Object)

    the current value of detection



94
95
96
# File 'lib/dover_to_calais.rb', line 94

def detection
  @detection
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



94
95
96
# File 'lib/dover_to_calais.rb', line 94

def object
  @object
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



94
95
96
# File 'lib/dover_to_calais.rb', line 94

def subject
  @subject
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



94
95
96
# File 'lib/dover_to_calais.rb', line 94

def verb
  @verb
end