Class: Views::Docs::Table::Invoice
- Inherits:
-
Struct
- Object
- Struct
- Views::Docs::Table::Invoice
- Defined in:
- lib/ruby_ui/table/table_docs.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#method ⇒ Object
Returns the value of attribute method.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
4 5 6 |
# File 'lib/ruby_ui/table/table_docs.rb', line 4 def amount @amount end |
#identifier ⇒ Object
Returns the value of attribute identifier
4 5 6 |
# File 'lib/ruby_ui/table/table_docs.rb', line 4 def identifier @identifier end |
#method ⇒ Object
Returns the value of attribute method
4 5 6 |
# File 'lib/ruby_ui/table/table_docs.rb', line 4 def method @method end |
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'lib/ruby_ui/table/table_docs.rb', line 4 def status @status end |