Class: OpenActive::Models::Schema::MortgageLoan
- Inherits:
-
LoanOrCredit
- Object
- BaseModel
- JsonLdModel
- Thing
- Intangible
- Service
- FinancialProduct
- LoanOrCredit
- OpenActive::Models::Schema::MortgageLoan
- Defined in:
- lib/openactive/models/schema/mortgage_loan.rb
Instance Attribute Summary collapse
- #domiciled_mortgage ⇒ Boolean?
- #loan_mortgage_mandate_amount ⇒ OpenActive::Models::Schema::MonetaryAmount
- #type ⇒ String
Attributes inherited from LoanOrCredit
#amount, #currency, #grace_period, #loan_repayment_form, #loan_term, #loan_type, #recourse_loan, #renegotiable_loan, #required_collateral
Attributes inherited from FinancialProduct
#annual_percentage_rate, #fees_and_commissions_specification, #interest_rate
Attributes inherited from Service
#aggregate_rating, #area_served, #audience, #available_channel, #award, #brand, #broker, #category, #has_offer_catalog, #hours_available, #is_related_to, #is_similar_to, #logo, #offers, #produces, #provider, #provider_mobility, #review, #service_area, #service_audience, #service_output, #service_type, #slogan, #terms_of_service
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
Methods included from Concerns::TypeChecker
Methods included from Concerns::JsonLdSerializable
Constructor Details
This class inherits a constructor from OpenActive::BaseModel
Instance Attribute Details
#domiciled_mortgage ⇒ Boolean?
12 13 14 |
# File 'lib/openactive/models/schema/mortgage_loan.rb', line 12 def domiciled_mortgage @domiciled_mortgage end |
#loan_mortgage_mandate_amount ⇒ OpenActive::Models::Schema::MonetaryAmount
18 19 20 |
# File 'lib/openactive/models/schema/mortgage_loan.rb', line 18 def loan_mortgage_mandate_amount @loan_mortgage_mandate_amount end |
#type ⇒ String
7 8 9 |
# File 'lib/openactive/models/schema/mortgage_loan.rb', line 7 def type "schema:MortgageLoan" end |