Class: Views::Docs::DataTable::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui/data_table/data_table_docs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



4
5
6
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4

def name
  @name
end

#salaryObject

Returns the value of attribute salary

Returns:

  • (Object)

    the current value of salary



4
5
6
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4

def salary
  @salary
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4

def status
  @status
end