Method: Relationships#relationship_has_objects
- Defined in:
- lib/user/config/relationships.rb
#relationship_has_objects(id) ⇒ Object
Relationship has objects.
Get relationships that has objects.
Parameters
- id
-
(Integer) – Relationship id.
Example
@data = @mints_user.relationship_has_objects(1)
53 54 55 |
# File 'lib/user/config/relationships.rb', line 53 def relationship_has_objects(id) return @client.raw("get", "/config/relationships/#{id}/hasObjects") end |