Class: Seam::Resources::InstantKey::Customization

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/instant_key.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#logo_urlString?

URL of the logo displayed on the Instant Key.

Returns:

  • (String, nil)


12
13
14
# File 'lib/seam/resources/instant_key.rb', line 12

def logo_url
  @logo_url
end

#primary_colorString?

Primary color used in the Instant Key UI.

Returns:

  • (String, nil)


15
16
17
# File 'lib/seam/resources/instant_key.rb', line 15

def primary_color
  @primary_color
end

#secondary_colorString?

Secondary color used in the Instant Key UI.

Returns:

  • (String, nil)


18
19
20
# File 'lib/seam/resources/instant_key.rb', line 18

def secondary_color
  @secondary_color
end