Sha256: c475f7b3eaad36d67b8dec6adfbddae6b767b72b3c9cc7cd4dbb487a08d66a3c
Contents?: true
Size: 435 Bytes
Versions: 15
Compression:
Stored size: 435 Bytes
Contents
module Neuron module Client class BlockedUserAgent include Base ATTRIBUTES = [ :id, :user_agent, # string, regex (max 2 GB length) :description, # nil, or string (max 2 GB length) :created_at, # string, datetime in UTC :updated_at, # string, datetime in UTC ] attr_accessor *ATTRIBUTES def attributes ATTRIBUTES end end end end
Version data entries
15 entries across 15 versions & 1 rubygems