Class: Entrance::Agent::Frontend::Http
- Inherits:
-
Object
- Object
- Entrance::Agent::Frontend::Http
- Extended by:
- Globalizer
- Includes:
- Fake::Hash
- Defined in:
- lib/entrance/agent/frontend/http.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
Attributes included from Globalizer
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ Http
constructor
A new instance of Http.
Constructor Details
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
11 12 13 |
# File 'lib/entrance/agent/frontend/http.rb', line 11 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/entrance/agent/frontend/http.rb', line 11 def name @name end |
#port ⇒ Object
Returns the value of attribute port.
11 12 13 |
# File 'lib/entrance/agent/frontend/http.rb', line 11 def port @port end |