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_urlObject

URL of the logo displayed on the Instant Key.



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

def logo_url
  @logo_url
end

#primary_colorObject

Primary color used in the Instant Key UI.



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

def primary_color
  @primary_color
end

#secondary_colorObject

Secondary color used in the Instant Key UI.



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

def secondary_color
  @secondary_color
end