Method: Insightly2::DSL::OpportunityStateReasons#get_opportunity_state_reasons
- Defined in:
- lib/insightly2/dsl/opportunity_state_reasons.rb
#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 |