class Drip::Tag

Public Class Methods

new(raw_data = {}) click to toggle source
# File lib/drip/resources/tag.rb, line 11
def initialize(raw_data = {})
  @raw_attributes = raw_data.dup.freeze
  @attributes = @raw_attributes
end
resource_name() click to toggle source
# File lib/drip/resources/tag.rb, line 7
def self.resource_name
  "tag"
end