Sha256: 6a5d7f49cdd01ba27e316269c0f2157c12035bac3a47ee1277ef0e5debcb3127
Contents?: true
Size: 358 Bytes
Versions: 17
Compression:
Stored size: 358 Bytes
Contents
module GeoCerts ## # A GeoCerts::Collection is used whenever a collection of GeoCerts objects is returned from # this library. It adds the additional attributes of +end_at+ and +start_at+, representing # the DateTime range from which the collection contains data. # class Collection < Array attr_accessor :end_at, :start_at end end
Version data entries
17 entries across 17 versions & 1 rubygems