class Spaceship::Tunes::AppVersionStatesHistory

Represents a read only version of an iTunes Connect Versions State History

Attributes

date[R]

@return (Integer) the date of the state

state_key[R]

@return (String) the state

user_email[R]

@return (String) the email of the user or nil

user_name[R]

@return (String) The name of the user who made the change

Public Class Methods

factory(attrs) click to toggle source

Create a new object based on a hash. This is used to create a new object based on the server response.

# File lib/spaceship/tunes/app_version_states_history.rb, line 27
def factory(attrs)
  obj = self.new(attrs)
  return obj
end