Class: Statecraft::Introspection::Availability

Inherits:
Struct
  • Object
show all
Defined in:
lib/statecraft/introspection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



11
12
13
# File 'lib/statecraft/introspection.rb', line 11

def to
  @to
end

#viaObject

Returns the value of attribute via

Returns:

  • (Object)

    the current value of via



11
12
13
# File 'lib/statecraft/introspection.rb', line 11

def via
  @via
end