class Tracky::Group

Attributes

bio[RW]
deleted[RW]
email[RW]
icon[RW]
id[RW]
latitude[RW]
location[RW]
longitude[RW]
name[RW]
path_vanity[RW]
phone[RW]
private[RW]
type[RW]
url[RW]
vanity[RW]

Public Class Methods

all() click to toggle source
# File lib/tracky/group.rb, line 9
def self.all
  get(url("groups"))
end