Class: Views::Docs::DataTable::Row
- Inherits:
-
Struct
- Object
- Struct
- Views::Docs::DataTable::Row
- Defined in:
- lib/ruby_ui/data_table/data_table_docs.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#salary ⇒ Object
Returns the value of attribute salary.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
4 5 6 |
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4 def email @email end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4 def name @name end |
#salary ⇒ Object
Returns the value of attribute salary
4 5 6 |
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4 def salary @salary end |
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'lib/ruby_ui/data_table/data_table_docs.rb', line 4 def status @status end |