Module: Tacokit::Client::Types
- Included in:
- Tacokit::Client
- Defined in:
- lib/tacokit/client/types.rb
Instance Method Summary collapse
-
#type(model_id) ⇒ Object
Get a resource type.
Instance Method Details
#type(model_id) ⇒ Object
Get a resource type
7 8 9 |
# File 'lib/tacokit/client/types.rb', line 7 def type(model_id) get resource_path "types", model_id end |