Class: Google::Apis::FormsV1::TextItem
- Inherits:
-
Object
- Object
- Google::Apis::FormsV1::TextItem
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/forms_v1/classes.rb,
lib/google/apis/forms_v1/representations.rb,
lib/google/apis/forms_v1/representations.rb
Overview
A text item.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextItem
constructor
A new instance of TextItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextItem
Returns a new instance of TextItem.
1461 1462 1463 |
# File 'lib/google/apis/forms_v1/classes.rb', line 1461 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1466 1467 |
# File 'lib/google/apis/forms_v1/classes.rb', line 1466 def update!(**args) end |