Class: Bulldog::Reflection::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/bulldog/reflection.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Event

Returns a new instance of Event.



223
224
225
226
227
# File 'lib/bulldog/reflection.rb', line 223

def initialize(attributes={})
  attributes.each do |name, value|
    send("#{name}=", value)
  end
end

Instance Attribute Details

#attachment_typesObject

Returns the value of attribute attachment_types.



229
230
231
# File 'lib/bulldog/reflection.rb', line 229

def attachment_types
  @attachment_types
end

#callbackObject

Returns the value of attribute callback.



229
230
231
# File 'lib/bulldog/reflection.rb', line 229

def callback
  @callback
end

#processor_typeObject

Returns the value of attribute processor_type.



229
230
231
# File 'lib/bulldog/reflection.rb', line 229

def processor_type
  @processor_type
end

#stylesObject

Returns the value of attribute styles.



229
230
231
# File 'lib/bulldog/reflection.rb', line 229

def styles
  @styles
end