Class: EightyLegs::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



2
3
4
# File 'lib/eighty_legs/entry.rb', line 2

def data
  @data
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/eighty_legs/entry.rb', line 2

def url
  @url
end