Class: Nis::Struct::ApplicationMetaData
- Inherits:
-
Object
- Object
- Nis::Struct::ApplicationMetaData
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/application_meta_data.rb
Overview
Instance Attribute Summary collapse
-
#application ⇒ String
The current value of application.
-
#currentTime ⇒ Integer
(also: #current_time)
The current value of currentTime.
-
#signer ⇒ String
The current value of signer.
-
#startTime ⇒ Integer
(also: #start_time)
The current value of startTime.
-
#version ⇒ String
The current value of version.
Class Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#application ⇒ String
Returns the current value of application.
8 9 10 |
# File 'lib/nis/struct/application_meta_data.rb', line 8 def application @application end |
#currentTime ⇒ Integer Also known as: current_time
Returns the current value of currentTime.
8 9 10 |
# File 'lib/nis/struct/application_meta_data.rb', line 8 def currentTime @currentTime end |
#signer ⇒ String
Returns the current value of signer.
8 9 10 |
# File 'lib/nis/struct/application_meta_data.rb', line 8 def signer @signer end |
#startTime ⇒ Integer Also known as: start_time
Returns the current value of startTime.
8 9 10 |
# File 'lib/nis/struct/application_meta_data.rb', line 8 def startTime @startTime end |
#version ⇒ String
Returns 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 |