2018-04-23 11:57:38 +02:00
|
|
|
class Entreprise < Hashie::Dash
|
|
|
|
def read_attribute_for_serialization(attribute)
|
|
|
|
self[attribute]
|
|
|
|
end
|
2018-02-22 16:53:29 +01:00
|
|
|
|
2018-04-23 11:57:38 +02:00
|
|
|
property :siren
|
|
|
|
property :capital_social
|
|
|
|
property :numero_tva_intracommunautaire
|
|
|
|
property :forme_juridique
|
|
|
|
property :forme_juridique_code
|
|
|
|
property :nom_commercial
|
|
|
|
property :raison_sociale
|
|
|
|
property :siret_siege_social
|
|
|
|
property :code_effectif_entreprise
|
|
|
|
property :date_creation
|
|
|
|
property :nom
|
|
|
|
property :prenom
|
2016-08-30 11:18:43 +02:00
|
|
|
|
2018-04-23 11:57:38 +02:00
|
|
|
property :inline_adresse
|
2015-08-10 11:05:06 +02:00
|
|
|
end
|