Module: Gbizinfo::Api::Endpoints::HojinUpdateInfoWorkplace
- Included in:
- Gbizinfo::Api::Endpoints
- Defined in:
- lib/gbizinfo/api/endpoints/hojin_update_info_workplace.rb
Instance Method Summary collapse
-
#hojin_update_info_workplace(options = {}) ⇒ Object
Returns the workplace information added or updated within a given period.
Instance Method Details
#hojin_update_info_workplace(options = {}) ⇒ Object
Returns the workplace information added or updated within a given period.
15 16 17 18 19 |
# File 'lib/gbizinfo/api/endpoints/hojin_update_info_workplace.rb', line 15 def hojin_update_info_workplace( = {}) throw ArgumentError.new('Required arguments :from missing') if [:from].nil? throw ArgumentError.new('Required arguments :to missing') if [:to].nil? get('hojin/updateInfo/workplace', ) end |