Class: BillysBilling::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/account.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def 
  @account_number
end

#account_typeObject

Returns the value of attribute account_type.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def 
  @account_type
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def id
  @id
end

#is_payment_enabledObject

Returns the value of attribute is_payment_enabled.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def is_payment_enabled
  @is_payment_enabled
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def name
  @name
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def success
  @success
end

#system_roleObject

Returns the value of attribute system_role.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def system_role
  @system_role
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/billys_billing/account.rb', line 3

def url
  @url
end