Sha256: b1bc50795664d9012674edaf512d67fce744303ad43975eccaa4b6be89cbd357
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 Bytes
Contents
# Gbizinfo::PatentInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **application_date** | **String** | 出願年月日 | [optional] | | **application_number** | **String** | 出願番号 | [optional] | | **classifications** | **Array<Hash>** | 分類 | [optional] | | **patent_type** | **String** | 特許/意匠/商標 | [optional] | | **title** | **String** | 発明の名称(等)/意匠に係る物品/表示用商標 | [optional] | ## Example ```ruby require 'gbizinfo' instance = Gbizinfo::PatentInfo.new( application_date: null, application_number: null, classifications: null, patent_type: null, title: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gbizinfo-0.2.1 | docs/PatentInfo.md |
gbizinfo-0.2.0 | docs/PatentInfo.md |
gbizinfo-0.1.0 | docs/PatentInfo.md |