Module: Insightly2::DSL::OpportunityStateReasons
- Included in:
- Insightly2::DSL
- Defined in:
- lib/insightly2/dsl/opportunity_state_reasons.rb
Instance Method Summary collapse
-
#get_opportunity_state_reasons ⇒ Array?
GET /v2.1/OpportunityStateReasons Get a list of opportunity state reasons.
Instance Method Details
#get_opportunity_state_reasons ⇒ Array?
GET /v2.1/OpportunityStateReasons Get a list of opportunity state reasons.
8 9 10 |
# File 'lib/insightly2/dsl/opportunity_state_reasons.rb', line 8 def get_opportunity_state_reasons Resources::OpportunityStateReason.parse(request(:get, 'OpportunityStateReasons')) end |