Module: RedboothRuby::Operations::Meta
- Defined in:
- lib/redbooth-ruby/operations/meta.rb
Instance Method Summary collapse
-
#metadata ⇒ Hash
Returns a hash with the object metadata.
Instance Method Details
#metadata ⇒ Hash
Returns a hash with the object metadata
7 8 9 10 11 12 |
# File 'lib/redbooth-ruby/operations/meta.rb', line 7 def response = RedboothRuby.request(:get, nil, 'metadata', { target_id: id, target_type: self.class.to_s }, ({})) response.data end |