Class: Baykit::BayServer::Docker::Http::H2::Command::CmdSettings::Item
- Inherits:
-
Object
- Object
- Baykit::BayServer::Docker::Http::H2::Command::CmdSettings::Item
- Defined in:
- lib/baykit/bayserver/docker/http/h2/command/cmd_settings.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(id, value) ⇒ Item
constructor
A new instance of Item.
Constructor Details
#initialize(id, value) ⇒ Item
Returns a new instance of Item.
30 31 32 33 |
# File 'lib/baykit/bayserver/docker/http/h2/command/cmd_settings.rb', line 30 def initialize(id, value) @id = id @value = value end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
27 28 29 |
# File 'lib/baykit/bayserver/docker/http/h2/command/cmd_settings.rb', line 27 def id @id end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
28 29 30 |
# File 'lib/baykit/bayserver/docker/http/h2/command/cmd_settings.rb', line 28 def value @value end |