Class: SchwabMCP::Tools::OptionChainTool::FilteredOptionChain
- Inherits:
-
Struct
- Object
- Struct
- SchwabMCP::Tools::OptionChainTool::FilteredOptionChain
- Defined in:
- lib/schwab_mcp/tools/option_chain_tool.rb
Overview
Simple struct to hold filtered option chain data
Instance Attribute Summary collapse
-
#call_opts ⇒ Object
Returns the value of attribute call_opts.
-
#put_opts ⇒ Object
Returns the value of attribute put_opts.
-
#status ⇒ Object
Returns the value of attribute status.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
-
#underlying_price ⇒ Object
Returns the value of attribute underlying_price.
Instance Method Summary collapse
Instance Attribute Details
#call_opts ⇒ Object
Returns the value of attribute call_opts
315 316 317 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 315 def call_opts @call_opts end |
#put_opts ⇒ Object
Returns the value of attribute put_opts
315 316 317 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 315 def put_opts @put_opts end |
#status ⇒ Object
Returns the value of attribute status
315 316 317 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 315 def status @status end |
#symbol ⇒ Object
Returns the value of attribute symbol
315 316 317 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 315 def symbol @symbol end |
#underlying_price ⇒ Object
Returns the value of attribute underlying_price
315 316 317 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 315 def end |
Instance Method Details
#respond_to?(method_name) ⇒ Boolean
316 317 318 |
# File 'lib/schwab_mcp/tools/option_chain_tool.rb', line 316 def respond_to?(method_name) super || members.include?(method_name) end |