Class: EasybillRestClient::PostBoxApi

Inherits:
GenericApi
  • Object
show all
Defined in:
lib/easybill_rest_client/post_box_api.rb

Instance Attribute Summary

Attributes inherited from GenericApi

#api_client

Instance Method Summary collapse

Methods inherited from GenericApi

#build, #create, #delete, #find, #find_all, #initialize, #save, #update

Constructor Details

This class inherits a constructor from EasybillRestClient::GenericApi

Instance Method Details

#resource_classObject



11
12
13
# File 'lib/easybill_rest_client/post_box_api.rb', line 11

def resource_class
  PostBox
end

#resource_nameObject



7
8
9
# File 'lib/easybill_rest_client/post_box_api.rb', line 7

def resource_name
  'post-boxes'
end