Class: Clarification::Hit

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



2
3
4
# File 'lib/clarification/hit.rb', line 2

def created_at
  @created_at
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



2
3
4
# File 'lib/clarification/hit.rb', line 2

def score
  @score
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/clarification/hit.rb', line 2

def url
  @url
end