Class: DNApi::Components::Exim
- Includes:
- DNApi::Component
- Defined in:
- lib/dnapi/components/exim.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#outbound_host ⇒ Object
Returns the value of attribute outbound_host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Attributes inherited from Struct
Method Summary
Methods included from DNApi::Component
[], #can_belong_to?, components, from, included, #key, #to_hash
Methods inherited from Struct
#==, _many, #_many, #_many_values, _ones, #_ones, #_ones_values, _umembers, belongs_to, from, #initialize, #inspect, many, map, one, #to_hash, #umember_inspect, unserialized_member
Methods included from Test::Ext
#default_fauxture_name, #fixture, #generate, #generate_attributes, #pick
Constructor Details
This class inherits a constructor from DNApi::Struct
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
3 4 5 |
# File 'lib/dnapi/components/exim.rb', line 3 def host @host end |
#outbound_host ⇒ Object
Returns the value of attribute outbound_host
3 4 5 |
# File 'lib/dnapi/components/exim.rb', line 3 def outbound_host @outbound_host end |
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/dnapi/components/exim.rb', line 3 def password @password end |
#user ⇒ Object
Returns the value of attribute user
3 4 5 |
# File 'lib/dnapi/components/exim.rb', line 3 def user @user end |