Module: Finrb::_Configuration
- Defined in:
- sig/finrb.rbs
Instance Method Summary collapse
- #business_days ⇒ Boolean
- #eps ⇒ decimal
- #guess ⇒ decimal
- #periodic_compound ⇒ Boolean
- #to_h ⇒ Hash[Symbol, untyped]
Instance Method Details
#business_days ⇒ Boolean
16 |
# File 'sig/finrb.rbs', line 16
def business_days: () -> bool
|
#eps ⇒ decimal
14 |
# File 'sig/finrb.rbs', line 14
def eps: () -> decimal
|
#guess ⇒ decimal
15 |
# File 'sig/finrb.rbs', line 15
def guess: () -> decimal
|
#periodic_compound ⇒ Boolean
17 |
# File 'sig/finrb.rbs', line 17
def periodic_compound: () -> bool
|
#to_h ⇒ Hash[Symbol, untyped]
18 |
# File 'sig/finrb.rbs', line 18
def to_h: () -> Hash[Symbol, untyped]
|