Class: Google::Apis::CivicinfoV2::QueryElectionsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/civicinfo_v2/classes.rb,
generated/google/apis/civicinfo_v2/representations.rb,
generated/google/apis/civicinfo_v2/representations.rb

Overview

The list of elections available for this version of the API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ QueryElectionsResponse

Returns a new instance of QueryElectionsResponse.



687
688
689
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 687

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#electionsArray<Google::Apis::CivicinfoV2::Election>

A list of available elections Corresponds to the JSON property elections



679
680
681
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 679

def elections
  @elections
end

#kindString

Identifies what kind of resource this is. Value: the fixed string "civicinfo# electionsQueryResponse". Corresponds to the JSON property kind

Returns:

  • (String)


685
686
687
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 685

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



692
693
694
695
# File 'generated/google/apis/civicinfo_v2/classes.rb', line 692

def update!(**args)
  @elections = args[:elections] if args.key?(:elections)
  @kind = args[:kind] if args.key?(:kind)
end