Class: Velix::Modules::Events::Guest

Inherits:
Data
  • Object
show all
Defined in:
lib/velix/modules/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#category_idObject (readonly)

Returns the value of attribute category_id

Returns:

  • (Object)

    the current value of category_id



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def category_id
  @category_id
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def email
  @email
end

#event_idObject (readonly)

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def event_id
  @event_id
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/velix/modules/events.rb', line 13

def status
  @status
end