Class: Sevendigital::Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/sevendigital/model/tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



4
5
6
# File 'lib/sevendigital/model/tag.rb', line 4

def count
  @count
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/sevendigital/model/tag.rb', line 4

def id
  @id
end

#textObject

Returns the value of attribute text.



4
5
6
# File 'lib/sevendigital/model/tag.rb', line 4

def text
  @text
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/sevendigital/model/tag.rb', line 4

def url
  @url
end