Class: CapsuleCRM::Website
- Defined in:
- lib/capsulecrm/website.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
-
#web_address ⇒ Object
Returns the value of attribute web_address.
-
#web_service ⇒ Object
Returns the value of attribute web_service.
Attributes inherited from Child
Attributes inherited from Base
Class Method Summary collapse
-
.xml_map ⇒ Object
nodoc.
Methods inherited from Child
init_many, init_one, #initialize
Methods inherited from Base
#==, #errors, find, #initialize, last_response, #new_record?
Constructor Details
This class inherits a constructor from CapsuleCRM::Child
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/capsulecrm/website.rb', line 4 def url @url end |
#web_address ⇒ Object
Returns the value of attribute web_address.
3 4 5 |
# File 'lib/capsulecrm/website.rb', line 3 def web_address @web_address end |
#web_service ⇒ Object
Returns the value of attribute web_service.
5 6 7 |
# File 'lib/capsulecrm/website.rb', line 5 def web_service @web_service end |
Class Method Details
.xml_map ⇒ Object
nodoc
9 10 11 12 13 14 15 16 |
# File 'lib/capsulecrm/website.rb', line 9 def self.xml_map map = { 'webAddress' => 'web_address', 'url' => 'url', 'webService' => 'web_service' } super.merge map end |