Class: ObiWan::Type::Phone
Instance Attribute Summary collapse
-
#area_code ⇒ Object
Returns the value of attribute area_code.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Builder
Constructor Details
This class inherits a constructor from ObiWan::Type::Builder
Instance Attribute Details
#area_code ⇒ Object
Returns the value of attribute area_code.
52 53 54 |
# File 'lib/obi-wan/type.rb', line 52 def area_code @area_code end |
#country_code ⇒ Object
Returns the value of attribute country_code.
51 52 53 |
# File 'lib/obi-wan/type.rb', line 51 def country_code @country_code end |
#number ⇒ Object
Returns the value of attribute number.
53 54 55 |
# File 'lib/obi-wan/type.rb', line 53 def number @number end |
#type ⇒ Object
Returns the value of attribute type.
54 55 56 |
# File 'lib/obi-wan/type.rb', line 54 def type @type end |