class OpenStax::Salesforce::Remote::Opportunity
Public Instance Methods
term_year_object()
click to toggle source
# File lib/openstax/salesforce/remote/opportunity.rb, line 24 def term_year_object @term_year_object ||= OpenStax::Salesforce::Remote::TermYear.from_string(term_year) end