class Square::Connect::Device

Attributes

identifier[RW]
name[RW]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/square/connect/device.rb, line 6
def initialize(attributes = {})
  self.identifier = attributes[:id]
  self.name = attributes[:name]
end