Class: Fintoc::V2::Onboarding
- Inherits:
-
Object
- Object
- Fintoc::V2::Onboarding
- Defined in:
- lib/fintoc/v2/resources/onboarding.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#entity_id ⇒ Object
readonly
Returns the value of attribute entity_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#legal_representatives ⇒ Object
readonly
Returns the value of attribute legal_representatives.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#reviewed_at ⇒ Object
readonly
Returns the value of attribute reviewed_at.
-
#shareholders ⇒ Object
readonly
Returns the value of attribute shareholders.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#submittable ⇒ Object
readonly
Returns the value of attribute submittable.
-
#submitted_at ⇒ Object
readonly
Returns the value of attribute submitted_at.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(object:, id:, entity_id: nil, type: nil, status: nil, source: nil, submitted_at: nil, reviewed_at: nil, submittable: nil, data: nil, legal_representatives: nil, shareholders: nil, documents: nil, client: nil) ⇒ Onboarding
constructor
A new instance of Onboarding.
- #to_s ⇒ Object
Constructor Details
#initialize(object:, id:, entity_id: nil, type: nil, status: nil, source: nil, submitted_at: nil, reviewed_at: nil, submittable: nil, data: nil, legal_representatives: nil, shareholders: nil, documents: nil, client: nil) ⇒ Onboarding
Returns a new instance of Onboarding.
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 8 def initialize( object:, id:, entity_id: nil, type: nil, status: nil, source: nil, submitted_at: nil, reviewed_at: nil, submittable: nil, data: nil, legal_representatives: nil, shareholders: nil, documents: nil, client: nil, ** ) @object = object @id = id @entity_id = entity_id @type = type @status = status @source = source @submitted_at = submitted_at @reviewed_at = reviewed_at @submittable = submittable @data = data @legal_representatives = legal_representatives @shareholders = shareholders @documents = documents @client = client end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def data @data end |
#documents ⇒ Object (readonly)
Returns the value of attribute documents.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def documents @documents end |
#entity_id ⇒ Object (readonly)
Returns the value of attribute entity_id.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def entity_id @entity_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def id @id end |
#legal_representatives ⇒ Object (readonly)
Returns the value of attribute legal_representatives.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def legal_representatives @legal_representatives end |
#object ⇒ Object (readonly)
Returns the value of attribute object.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def object @object end |
#reviewed_at ⇒ Object (readonly)
Returns the value of attribute reviewed_at.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def reviewed_at @reviewed_at end |
#shareholders ⇒ Object (readonly)
Returns the value of attribute shareholders.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def shareholders @shareholders end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def source @source end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def status @status end |
#submittable ⇒ Object (readonly)
Returns the value of attribute submittable.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def submittable @submittable end |
#submitted_at ⇒ Object (readonly)
Returns the value of attribute submitted_at.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def submitted_at @submitted_at end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
4 5 6 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 4 def type @type end |
Instance Method Details
#to_s ⇒ Object
41 42 43 |
# File 'lib/fintoc/v2/resources/onboarding.rb', line 41 def to_s "📋 Onboarding #{@id} (#{@status})" end |