Class: HighLevel::Models::SocialMediaPosting::GoogleAccountsSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/social_media_posting/google_accounts_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameObject (readonly)

Returns the value of attribute account_name

Returns:

  • (Object)

    the current value of account_name



9
10
11
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9

def 
  @account_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9

def type
  @type
end

#verification_stateObject (readonly)

Returns the value of attribute verification_state

Returns:

  • (Object)

    the current value of verification_state



9
10
11
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9

def verification_state
  @verification_state
end

#vetted_stateObject (readonly)

Returns the value of attribute vetted_state

Returns:

  • (Object)

    the current value of vetted_state



9
10
11
# File 'lib/high_level/models/social_media_posting/google_accounts_schema.rb', line 9

def vetted_state
  @vetted_state
end