Class: Calais::Response::SocialTag
- Inherits:
-
Object
- Object
- Calais::Response::SocialTag
- Defined in:
- lib/calais/response.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#importance ⇒ Object
Returns the value of attribute importance.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
45 46 47 |
# File 'lib/calais/response.rb', line 45 def attributes @attributes end |
#importance ⇒ Object
Returns the value of attribute importance.
45 46 47 |
# File 'lib/calais/response.rb', line 45 def importance @importance end |
#name ⇒ Object
Returns the value of attribute name.
45 46 47 |
# File 'lib/calais/response.rb', line 45 def name @name end |