Class: Etapper::API::Bond
- Inherits:
-
Object
- Object
- Etapper::API::Bond
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#actualValue ⇒ Object
Returns the value of attribute actualValue.
-
#dateCashed ⇒ Object
Returns the value of attribute dateCashed.
-
#issuingEntity ⇒ Object
Returns the value of attribute issuingEntity.
-
#maturityDate ⇒ Object
Returns the value of attribute maturityDate.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Method Summary collapse
-
#initialize(actualValue = nil, dateCashed = nil, issuingEntity = nil, maturityDate = nil, note = nil) ⇒ Bond
constructor
A new instance of Bond.
Constructor Details
#initialize(actualValue = nil, dateCashed = nil, issuingEntity = nil, maturityDate = nil, note = nil) ⇒ Bond
Returns a new instance of Bond.
460 461 462 463 464 465 466 |
# File 'lib/etapper/api/service.rb', line 460 def initialize(actualValue = nil, dateCashed = nil, issuingEntity = nil, maturityDate = nil, note = nil) @actualValue = actualValue @dateCashed = dateCashed @issuingEntity = issuingEntity @maturityDate = maturityDate @note = note end |
Instance Attribute Details
#actualValue ⇒ Object
Returns the value of attribute actualValue.
454 455 456 |
# File 'lib/etapper/api/service.rb', line 454 def actualValue @actualValue end |
#dateCashed ⇒ Object
Returns the value of attribute dateCashed.
455 456 457 |
# File 'lib/etapper/api/service.rb', line 455 def dateCashed @dateCashed end |
#issuingEntity ⇒ Object
Returns the value of attribute issuingEntity.
456 457 458 |
# File 'lib/etapper/api/service.rb', line 456 def issuingEntity @issuingEntity end |
#maturityDate ⇒ Object
Returns the value of attribute maturityDate.
457 458 459 |
# File 'lib/etapper/api/service.rb', line 457 def maturityDate @maturityDate end |
#note ⇒ Object
Returns the value of attribute note.
458 459 460 |
# File 'lib/etapper/api/service.rb', line 458 def note @note end |