Class: C2eCore::Drops::CompanyClientDrop
- Defined in:
- /build/app/mailers/c2e_core/drops/company_client_drop.rb
Instance Method Summary collapse
-
#address ⇒ AddressDrop
-
Address of company as drop object.
-
-
#cin ⇒ String
-
Corporate Identity Number of company.
-
-
#default_email ⇒ String
-
The company’s default email, e.g.
-
-
#default_phone ⇒ String
-
The company’s default phone, e.g.
-
-
#initialize(company) ⇒ CompanyClientDrop
constructor
A new instance of CompanyClientDrop.
-
#is_vat_payer ⇒ Boolean
-
Return true when company is VAT payer.
-
-
#name ⇒ String
-
Name of company.
-
-
#tin ⇒ String
-
Taxpayer Identification Number of company.
-
Constructor Details
#initialize(company) ⇒ CompanyClientDrop
Returns a new instance of CompanyClientDrop.
Instance Method Details
#address ⇒ AddressDrop
Returns - Address of company as drop object.
#cin ⇒ String
Returns - Corporate Identity Number of company. ICO in Czechia.
#default_email ⇒ String
Returns - The company’s default email, e.g. "test@example.com".
#default_phone ⇒ String
Returns - The company’s default phone, e.g. "+420123456789".
#is_vat_payer ⇒ Boolean
Returns - Return true when company is VAT payer.
#name ⇒ String
Returns - Name of company. E.g.: “Monkey’s bar s.r.o.”.
#tin ⇒ String
Returns - Taxpayer Identification Number of company. DIC in Czechia.