Class: RockBooks::Account

Inherits:
Struct
  • Object
show all
Defined in:
lib/rock_books/types/account.rb

Overview

The ChartOfAccount holds the set of all these accounts for the entity.

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



4
5
6
# File 'lib/rock_books/types/account.rb', line 4

def code
  @code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/rock_books/types/account.rb', line 4

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/rock_books/types/account.rb', line 4

def type
  @type
end