class GramV2Client::Role

Public Instance Methods

accounts() click to toggle source
# File lib/gram_v2_client/role.rb, line 5
def accounts
  GramV2Client::Account.find(:all, from: self.class.site.to_s + "/roles/" + self.uuid + "/accounts")
end