Class: Views::Docs::Table::Invoice

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_ui/table/table_docs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount



4
5
6
# File 'lib/ruby_ui/table/table_docs.rb', line 4

def amount
  @amount
end

#identifierObject

Returns the value of attribute identifier



4
5
6
# File 'lib/ruby_ui/table/table_docs.rb', line 4

def identifier
  @identifier
end

#methodObject

Returns the value of attribute method



4
5
6
# File 'lib/ruby_ui/table/table_docs.rb', line 4

def method
  @method
end

#statusObject

Returns the value of attribute status



4
5
6
# File 'lib/ruby_ui/table/table_docs.rb', line 4

def status
  @status
end