Class: Flexibee::InvoiceType

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexibee/invoice_types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def code
  @code
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def currency
  @currency
end

#currency_nameObject

Returns the value of attribute currency_name

Returns:

  • (Object)

    the current value of currency_name



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def currency_name
  @currency_name
end

#currency_refObject

Returns the value of attribute currency_ref

Returns:

  • (Object)

    the current value of currency_ref



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def currency_ref
  @currency_ref
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



2
3
4
# File 'lib/flexibee/invoice_types.rb', line 2

def updated_at
  @updated_at
end