Class: Neuron::Client::BlockedReferer

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

Constant Summary collapse

ATTRIBUTES =
[
  :id,
  :referer, # string, URL
  :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



15
16
17
# File 'lib/neuron-client/model/blocked_referer.rb', line 15

def attributes
  ATTRIBUTES
end