Class: Nis::Struct::ApplicationMetaData

Inherits:
Object
  • Object
show all
Includes:
Util::Assignable
Defined in:
lib/nis/struct/application_meta_data.rb

Overview

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from Util::Assignable

#[], #initialize, #to_hash, #to_json

Instance Attribute Details

#applicationString

Returns the current value of application.

Returns:

  • (String)

    the current value of application



8
9
10
# File 'lib/nis/struct/application_meta_data.rb', line 8

def application
  @application
end

#currentTimeInteger Also known as: current_time

Returns the current value of currentTime.

Returns:

  • (Integer)

    the current value of currentTime



8
9
10
# File 'lib/nis/struct/application_meta_data.rb', line 8

def currentTime
  @currentTime
end

#signerString

Returns the current value of signer.

Returns:

  • (String)

    the current value of signer



8
9
10
# File 'lib/nis/struct/application_meta_data.rb', line 8

def signer
  @signer
end

#startTimeInteger Also known as: start_time

Returns the current value of startTime.

Returns:

  • (Integer)

    the current value of startTime



8
9
10
# File 'lib/nis/struct/application_meta_data.rb', line 8

def startTime
  @startTime
end

#versionString

Returns the current value of version.

Returns:

  • (String)

    the current value of version



8
9
10
# File 'lib/nis/struct/application_meta_data.rb', line 8

def version
  @version
end

Class Method Details

.build(attrs) ⇒ Object



17
18
19
# File 'lib/nis/struct/application_meta_data.rb', line 17

def self.build(attrs)
  new(attrs)
end