Class: GustoEmbedded::Operations::Company
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::Company
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/company.rb
Instance Method Summary collapse
-
#initialize(name: nil, contractor_only: nil, ein: nil, trade_name: nil) ⇒ Company
constructor
A new instance of Company.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(name: nil, contractor_only: nil, ein: nil, trade_name: nil) ⇒ Company
Returns a new instance of Company.
25 26 27 28 29 30 |
# File 'lib/gusto_embedded/models/operations/company.rb', line 25 def initialize(name: nil, contractor_only: nil, ein: nil, trade_name: nil) @name = name @contractor_only = contractor_only @ein = ein @trade_name = trade_name end |