Class: Neuron::Client::BlockedUserAgent

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/neuron-client/model/blocked_user_agent.rb

Constant Summary collapse

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
]

Instance Method Summary collapse

Methods included from Base

#apply_attributes!, #destroy, #id=, included, #initialize, #new_record?, #save, #to_create_hash, #to_hash, #to_update_hash, #update_attributes, #valid?

Methods included from Neuron::Client::Base::ClassAndInstanceMethods

#all, #api=, #create, #create!, #find, #validate=

Instance Method Details

#attributesObject



16
17
18
# File 'lib/neuron-client/model/blocked_user_agent.rb', line 16

def attributes
  ATTRIBUTES
end