Class: Velix::Modules::Events::Guest
- Inherits:
-
Data
- Object
- Data
- Velix::Modules::Events::Guest
- Defined in:
- lib/velix/modules/events.rb
Instance Attribute Summary collapse
-
#category_id ⇒ Object
readonly
Returns the value of attribute category_id.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#category_id ⇒ Object (readonly)
Returns the value of attribute category_id
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def category_id @category_id end |
#email ⇒ Object (readonly)
Returns the value of attribute email
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def email @email end |
#event_id ⇒ Object (readonly)
Returns the value of attribute event_id
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def event_id @event_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
13 14 15 |
# File 'lib/velix/modules/events.rb', line 13 def status @status end |