Class: Microby::HCard

Inherits:
Element show all
Defined in:
lib/microby/h_card.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#[]=, #initialize, #parse_elements, #symbolize_class

Constructor Details

This class inherits a constructor from Microby::Element

Instance Attribute Details

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/microby/h_card.rb', line 3

def email
  @email
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/microby/h_card.rb', line 3

def name
  @name
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/microby/h_card.rb', line 3

def url
  @url
end