Sha256: 52dbe895614af7d1400fc433b61f7dcd7f0897e687cd007ffda5fddf57cfc26a
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
class Ey::Core::Client::Metadata < Cistern::Singular attribute :now, type: :time attribute :environment attribute :revision attribute :version def singular_request :get_metadata end def fetch_attributes connection.send(self.singular_request).body end end
Version data entries
15 entries across 15 versions & 1 rubygems