Sha256: 5b104edcccbb121abd4100a212820b7c8300ba56f119929a4e902ee6895011e7
Contents?: true
Size: 1008 Bytes
Versions: 3
Compression:
Stored size: 1008 Bytes
Contents
# Gbizinfo::WomenActivityInfos ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **female_share_of_manager** | **Integer** | 女性管理職人数 | [optional] | | **female_share_of_officers** | **Integer** | 女性役員人数 | [optional] | | **female_workers_proportion** | **Float** | 労働者に占める女性労働者の割合 | [optional] | | **female_workers_proportion_type** | **String** | 労働者に占める女性労働者の割合種別 | [optional] | | **gender_total_of_manager** | **Integer** | 管理職に占める女性の割合 | [optional] | | **gender_total_of_officers** | **Integer** | 役員全体人数(男女計) | [optional] | ## Example ```ruby require 'gbizinfo' instance = Gbizinfo::WomenActivityInfos.new( female_share_of_manager: null, female_share_of_officers: null, female_workers_proportion: null, female_workers_proportion_type: null, gender_total_of_manager: null, gender_total_of_officers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gbizinfo-0.2.1 | docs/WomenActivityInfos.md |
gbizinfo-0.2.0 | docs/WomenActivityInfos.md |
gbizinfo-0.1.0 | docs/WomenActivityInfos.md |