Class: Bulldog::Reflection::Event
- Inherits:
-
Object
- Object
- Bulldog::Reflection::Event
- Defined in:
- lib/bulldog/reflection.rb
Instance Attribute Summary collapse
-
#attachment_types ⇒ Object
Returns the value of attribute attachment_types.
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#processor_type ⇒ Object
Returns the value of attribute processor_type.
-
#styles ⇒ Object
Returns the value of attribute styles.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Event
constructor
A new instance of Event.
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_types ⇒ Object
Returns the value of attribute attachment_types.
229 230 231 |
# File 'lib/bulldog/reflection.rb', line 229 def @attachment_types end |
#callback ⇒ Object
Returns the value of attribute callback.
229 230 231 |
# File 'lib/bulldog/reflection.rb', line 229 def callback @callback end |
#processor_type ⇒ Object
Returns the value of attribute processor_type.
229 230 231 |
# File 'lib/bulldog/reflection.rb', line 229 def processor_type @processor_type end |
#styles ⇒ Object
Returns the value of attribute styles.
229 230 231 |
# File 'lib/bulldog/reflection.rb', line 229 def styles @styles end |