Class: Tracky::Group
Constant Summary
Constants inherited from BaseAPI
Instance Attribute Summary collapse
-
#bio ⇒ Object
Returns the value of attribute bio.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#email ⇒ Object
Returns the value of attribute email.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#id ⇒ Object
Returns the value of attribute id.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#location ⇒ Object
Returns the value of attribute location.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path_vanity ⇒ Object
Returns the value of attribute path_vanity.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#private ⇒ Object
Returns the value of attribute private.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#vanity ⇒ Object
Returns the value of attribute vanity.
Class Method Summary collapse
Methods inherited from BaseAPI
Instance Attribute Details
#bio ⇒ Object
Returns the value of attribute bio.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def bio @bio end |
#deleted ⇒ Object
Returns the value of attribute deleted.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def deleted @deleted end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def email @email end |
#icon ⇒ Object
Returns the value of attribute icon.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def id @id end |
#latitude ⇒ Object
Returns the value of attribute latitude.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def latitude @latitude end |
#location ⇒ Object
Returns the value of attribute location.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def location @location end |
#longitude ⇒ Object
Returns the value of attribute longitude.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def name @name end |
#path_vanity ⇒ Object
Returns the value of attribute path_vanity.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def path_vanity @path_vanity end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def phone @phone end |
#private ⇒ Object
Returns the value of attribute private.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def private @private end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def url @url end |
#vanity ⇒ Object
Returns the value of attribute vanity.
3 4 5 |
# File 'lib/tracky/group.rb', line 3 def vanity @vanity end |
Class Method Details
.all ⇒ Object
9 10 11 |
# File 'lib/tracky/group.rb', line 9 def self.all get(url("groups")) end |