Class: Microby::HCard
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Element
#[]=, #initialize, #parse_elements, #symbolize_class
Constructor Details
This class inherits a constructor from Microby::Element
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/microby/h_card.rb', line 3 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/microby/h_card.rb', line 3 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/microby/h_card.rb', line 3 def url @url end |