Class: Wayback::Availability

Inherits:
Identity show all
Defined in:
lib/wayback/availability.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Identity

#==, fetch, #id, #initialize, store

Methods inherited from Base

#[], #attr_equal, attr_reader, #attrs, #attrs_equal, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update

Constructor Details

This class inherits a constructor from Wayback::Identity

Instance Attribute Details

#availableObject (readonly)

Returns the value of attribute available.



6
7
8
# File 'lib/wayback/availability.rb', line 6

def available
  @available
end

#statusObject (readonly)

Returns the value of attribute status.



6
7
8
# File 'lib/wayback/availability.rb', line 6

def status
  @status
end

#timestampObject (readonly)

Returns the value of attribute timestamp.



6
7
8
# File 'lib/wayback/availability.rb', line 6

def timestamp
  @timestamp
end

#urlObject (readonly)

Returns the value of attribute url.



6
7
8
# File 'lib/wayback/availability.rb', line 6

def url
  @url
end