Class: TreezorConnect::CardImage
- Inherits:
-
ApiResource
- Object
- TreezorObject
- ApiResource
- TreezorConnect::CardImage
- Extended by:
- ApiOperations::List
- Defined in:
- lib/treezor_connect/resources/card_image.rb
Constant Summary collapse
- OBJECT_NAME =
'cardImage'- OBJECT_KEY =
'cardimages'- OBJECT_PRIMARY_KEY =
'id'
Class Method Summary collapse
Methods included from ApiOperations::List
Methods inherited from ApiResource
Methods included from ApiOperations::Request
Methods inherited from TreezorObject
constantize_object_class, construct_from, create_instance, define_readers, extract_id, #initialize, set_attributes, #to_hash
Constructor Details
This class inherits a constructor from TreezorConnect::TreezorObject
Class Method Details
.resource_url ⇒ Object
11 12 13 |
# File 'lib/treezor_connect/resources/card_image.rb', line 11 def self.resource_url '/v1/cardimages' end |