Class: Etna::Clients::Janus::UpdateProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Janus::UpdateProjectRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/janus/models.rb
Instance Attribute Summary collapse
-
#cc_text ⇒ Object
Returns the value of attribute cc_text.
-
#contact_email ⇒ Object
Returns the value of attribute contact_email.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#project_name_full ⇒ Object
Returns the value of attribute project_name_full.
-
#requires_agreement ⇒ Object
Returns the value of attribute requires_agreement.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Method Summary collapse
-
#initialize(**params) ⇒ UpdateProjectRequest
constructor
A new instance of UpdateProjectRequest.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**params) ⇒ UpdateProjectRequest
Returns a new instance of UpdateProjectRequest.
37 38 39 |
# File 'lib/etna/clients/janus/models.rb', line 37 def initialize(**params) super({}.update(params)) end |
Instance Attribute Details
#cc_text ⇒ Object
Returns the value of attribute cc_text
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def cc_text @cc_text end |
#contact_email ⇒ Object
Returns the value of attribute contact_email
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def contact_email @contact_email end |
#project_name ⇒ Object
Returns the value of attribute project_name
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def project_name @project_name end |
#project_name_full ⇒ Object
Returns the value of attribute project_name_full
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def project_name_full @project_name_full end |
#requires_agreement ⇒ Object
Returns the value of attribute requires_agreement
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def requires_agreement @requires_agreement end |
#resource ⇒ Object
Returns the value of attribute resource
34 35 36 |
# File 'lib/etna/clients/janus/models.rb', line 34 def resource @resource end |