Class: Sofia::Types::Client::Options
- Inherits:
-
Object
- Object
- Sofia::Types::Client::Options
- Defined in:
- lib/sofia/types/client/options.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
: Sofia::Options.
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ Options
constructor
: (?untyped options) -> void.
Constructor Details
#initialize(options = nil) ⇒ Options
: (?untyped options) -> void
13 14 15 |
# File 'lib/sofia/types/client/options.rb', line 13 def initialize( = nil) @value = build() #: Sofia::Options end |
Instance Attribute Details
#value ⇒ Object (readonly)
: Sofia::Options
10 11 12 |
# File 'lib/sofia/types/client/options.rb', line 10 def value @value end |