Class: DotloopApi::Models::Profile::Loop::Detail

Inherits:
Object
  • Object
show all
Defined in:
lib/dotloop_api/models/profile.rb,
lib/dotloop_api/models/profile/loop/detail.rb

Defined Under Namespace

Classes: ContractDates, ContractInfo, Financials, GeographicDescription, ListingInformation, OfferDates, Participant, Property, PropertyAddress, Referral

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client.



120
121
122
# File 'lib/dotloop_api/models/profile/loop/detail.rb', line 120

def client
  @client
end

#loop_idObject

Returns the value of attribute loop_id.



120
121
122
# File 'lib/dotloop_api/models/profile/loop/detail.rb', line 120

def loop_id
  @loop_id
end

#profile_idObject

Returns the value of attribute profile_id.



120
121
122
# File 'lib/dotloop_api/models/profile/loop/detail.rb', line 120

def profile_id
  @profile_id
end

Instance Method Details

#saveObject



122
123
124
125
126
# File 'lib/dotloop_api/models/profile/loop/detail.rb', line 122

def save
  DotloopApi::EndPoints::Detail.new(
    client:, profile_id:, loop_id:
  ).save(self)
end