Module: StrawberryAPI::Client::CustomMetadata
- Included in:
- StrawberryAPI::Client
- Defined in:
- lib/strawberry_api/client/custom_metadata.rb
Instance Method Summary collapse
- 
  
    
      #custom_metadata  ⇒ Hash 
    
    
  
  
  
  
  
  
  
  
  
    Fetches all custom metadata. 
Instance Method Details
#custom_metadata ⇒ Hash
Fetches all custom metadata
| 10 11 12 | # File 'lib/strawberry_api/client/custom_metadata.rb', line 10 def get("/custom_metadata") end |