Class: Google::Apis::CivicinfoV2::QueryElectionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CivicinfoV2::QueryElectionsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/civicinfo_v2/classes.rb,
lib/google/apis/civicinfo_v2/representations.rb,
lib/google/apis/civicinfo_v2/representations.rb
Overview
The list of elections available for this version of the API.
Instance Attribute Summary collapse
-
#elections ⇒ Array<Google::Apis::CivicinfoV2::Election>
A list of available elections Corresponds to the JSON property
elections
. -
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QueryElectionsResponse
constructor
A new instance of QueryElectionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ QueryElectionsResponse
Returns a new instance of QueryElectionsResponse.
611 612 613 |
# File 'lib/google/apis/civicinfo_v2/classes.rb', line 611 def initialize(**args) update!(**args) end |
Instance Attribute Details
#elections ⇒ Array<Google::Apis::CivicinfoV2::Election>
A list of available elections
Corresponds to the JSON property elections
603 604 605 |
# File 'lib/google/apis/civicinfo_v2/classes.rb', line 603 def elections @elections end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "civicinfo#
electionsQueryResponse".
Corresponds to the JSON property kind
609 610 611 |
# File 'lib/google/apis/civicinfo_v2/classes.rb', line 609 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
616 617 618 619 |
# File 'lib/google/apis/civicinfo_v2/classes.rb', line 616 def update!(**args) @elections = args[:elections] if args.key?(:elections) @kind = args[:kind] if args.key?(:kind) end |