Class: Sink::Models::DocstringLeadingDoubleQuoteResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/sink/models/docstring_leading_double_quote_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#[], #deconstruct_keys, #inspect, #to_h, #to_s

Constructor Details

#initialize(data = {}) ⇒ DocstringLeadingDoubleQuoteResponse

Create a new instance of DocstringLeadingDoubleQuoteResponse from a Hash of raw

data.

Parameters:

  • data (Hash{Symbol => Object}) (defaults to: {})

    . @option data [Hash] :prop “This description starts with a double quote


6
# File 'lib/sink/models/docstring_leading_double_quote_response.rb', line 6

def initialize(data = {}) = super

Instance Attribute Details

#propBoolean

“This description starts with a double quote

Returns:

  • (Boolean)

9
# File 'lib/sink/models/docstring_leading_double_quote_response.rb', line 9

required :prop, Sink::BooleanModel