Class: Neuron::Client::BlockedReferer
- 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
#attributes ⇒ Object
15 16 17 |
# File 'lib/neuron-client/model/blocked_referer.rb', line 15 def attributes ATTRIBUTES end |