Class: Etapper::API::RealEstate

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceRealEstate

location - SOAP::SOAPString
note - SOAP::SOAPString
realEstateType - SOAP::SOAPString
saleDate - SOAP::SOAPDateTime
saleValue - SOAP::SOAPDouble
size - SOAP::SOAPString
taxParcelNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(location = nil, note = nil, realEstateType = nil, saleDate = nil, saleValue = nil, size = nil, taxParcelNumber = nil) ⇒ RealEstate

Returns a new instance of RealEstate.



666
667
668
669
670
671
672
673
674
# File 'lib/etapper/api/service.rb', line 666

def initialize(location = nil, note = nil, realEstateType = nil, saleDate = nil, saleValue = nil, size = nil, taxParcelNumber = nil)
  @location = location
  @note = note
  @realEstateType = realEstateType
  @saleDate = saleDate
  @saleValue = saleValue
  @size = size
  @taxParcelNumber = taxParcelNumber
end

Instance Attribute Details

#locationObject

Returns the value of attribute location.



658
659
660
# File 'lib/etapper/api/service.rb', line 658

def location
  @location
end

#noteObject

Returns the value of attribute note.



659
660
661
# File 'lib/etapper/api/service.rb', line 659

def note
  @note
end

#realEstateTypeObject

Returns the value of attribute realEstateType.



660
661
662
# File 'lib/etapper/api/service.rb', line 660

def realEstateType
  @realEstateType
end

#saleDateObject

Returns the value of attribute saleDate.



661
662
663
# File 'lib/etapper/api/service.rb', line 661

def saleDate
  @saleDate
end

#saleValueObject

Returns the value of attribute saleValue.



662
663
664
# File 'lib/etapper/api/service.rb', line 662

def saleValue
  @saleValue
end

#sizeObject

Returns the value of attribute size.



663
664
665
# File 'lib/etapper/api/service.rb', line 663

def size
  @size
end

#taxParcelNumberObject

Returns the value of attribute taxParcelNumber.



664
665
666
# File 'lib/etapper/api/service.rb', line 664

def taxParcelNumber
  @taxParcelNumber
end