Class: ACTV::Tag

Inherits:
Identity show all
Defined in:
lib/actv/tag.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Identity

#==, #initialize

Methods inherited from Base

#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, #delete, from_response, #initialize, #memoize, #method_missing, object_attr_reader, #respond_to?, #to_hash, #update, uri_attr_reader

Constructor Details

This class inherits a constructor from ACTV::Identity

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ACTV::Base

Instance Attribute Details

#tagDescriptionObject (readonly) Also known as: description

Returns the value of attribute tagDescription.



3
4
5
# File 'lib/actv/tag.rb', line 3

def tagDescription
  @tagDescription
end

#tagIdObject (readonly) Also known as: id

Returns the value of attribute tagId.



3
4
5
# File 'lib/actv/tag.rb', line 3

def tagId
  @tagId
end

#tagNameObject (readonly) Also known as: name

Returns the value of attribute tagName.



3
4
5
# File 'lib/actv/tag.rb', line 3

def tagName
  @tagName
end