Class: PortfolioManager::Xml::ResponseStatus
- Inherits:
-
ReportStatusDef
- Object
- ReportStatusDef
- PortfolioManager::Xml::ResponseStatus
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}responseStatus
Defined Under Namespace
Classes: Errors
Instance Attribute Summary collapse
- #description ⇒ SOAP::SOAPString
- #errors ⇒ PortfolioManager::Xml::ResponseStatus::Errors
- #generationEndDate ⇒ SOAP::SOAPDateTime
- #generationStartDate ⇒ SOAP::SOAPDateTime
- #sentDate ⇒ SOAP::SOAPDateTime
- #status ⇒ PortfolioManager::Xml::ReportStatusType
- #submittedDate ⇒ SOAP::SOAPDateTime
Instance Method Summary collapse
-
#initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) ⇒ ResponseStatus
constructor
A new instance of ResponseStatus.
Constructor Details
#initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) ⇒ ResponseStatus
Returns a new instance of ResponseStatus.
10651 10652 10653 10654 10655 10656 10657 10658 10659 |
# File 'lib/portfolio_manager/xml.rb', line 10651 def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end |
Instance Attribute Details
#description ⇒ SOAP::SOAPString
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#errors ⇒ PortfolioManager::Xml::ResponseStatus::Errors
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#generationEndDate ⇒ SOAP::SOAPDateTime
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#generationStartDate ⇒ SOAP::SOAPDateTime
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#sentDate ⇒ SOAP::SOAPDateTime
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#status ⇒ PortfolioManager::Xml::ReportStatusType
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |
#submittedDate ⇒ SOAP::SOAPDateTime
10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 |
# File 'lib/portfolio_manager/xml.rb', line 10629 class ResponseStatus < ReportStatusDef # inner class for member: errors # {}errors # @!attribute [rw] links # @return [PortfolioManager::Xml::LinksType] class Errors attr_accessor :links def initialize(links = nil) @links = links end end attr_accessor :status attr_accessor :description attr_accessor :generationStartDate attr_accessor :generationEndDate attr_accessor :submittedDate attr_accessor :sentDate attr_accessor :errors def initialize(status = nil, description = nil, generationStartDate = nil, generationEndDate = nil, submittedDate = nil, sentDate = nil, errors = nil) @status = status @description = description @generationStartDate = generationStartDate @generationEndDate = generationEndDate @submittedDate = submittedDate @sentDate = sentDate @errors = errors end end |