Class: Perka::ClientApi::DescribeTypeUuidGet
- Inherits:
-
Flatpack::Client::FlatpackRequest
- Object
- Flatpack::Client::FlatpackRequest
- Perka::ClientApi::DescribeTypeUuidGet
- Defined in:
- lib/perka/client_api.rb
Instance Method Summary collapse
-
#initialize(api, *args) ⇒ DescribeTypeUuidGet
constructor
A new instance of DescribeTypeUuidGet.
-
#with_last_modified(last_modified) ⇒ Object
An ISO8601-formatted datetime that will be used to filter the entities in the payload’s data section to those that were created or updated after the specified time.
Constructor Details
#initialize(api, *args) ⇒ DescribeTypeUuidGet
Returns a new instance of DescribeTypeUuidGet.
191 192 193 |
# File 'lib/perka/client_api.rb', line 191 def initialize(api, *args) super(api, "GET", "/api/2/describe/{type}/{uuid}", *args) end |
Instance Method Details
#with_last_modified(last_modified) ⇒ Object
An ISO8601-formatted datetime that will be used to filter the entities in the payload’s data section to those that were created or updated after the specified time
198 199 200 |
# File 'lib/perka/client_api.rb', line 198 def with_last_modified(last_modified) query_parameter('lastModified', last_modified); end |